Interface JCoParameterField

All Superinterfaces:
JCoField

public interface JCoParameterField extends JCoField
Class to represent a data field in a parameter list. In comparison to JCoField, there are methods specific to fields that are member of a parameter list.
  • Method Details

    • isActive

      boolean isActive()
      Checks whether this field is active.
      Returns:
      true if the field is an activated parameter, false otherwise
    • isOptional

      boolean isOptional()
      Checks whether this field is an optional parameter.
      Returns:
      true if the field is an optional parameter, false otherwise
    • isImport

      boolean isImport()
      Checks whether this field is an import parameter.
      Returns:
      true if the field is an import parameter, false otherwise
    • isExport

      boolean isExport()
      Checks whether this field is an export parameter.
      Returns:
      true if the field is an export parameter, false otherwise
    • isChanging

      boolean isChanging()
      Checks whether this field is an export parameter.
      Returns:
      true if the field is an export parameter, false otherwise
    • getDefault

      String getDefault()
      Returns the default value of this field.
      Returns:
      the field type