All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
Constant, EnvVariable, ExternalField, InternalField, Optimizable, Probe, Variable
All Known Implementing Classes:
ConstantImpl, EnvVariableImpl, ExternalFieldImpl, FieldImpl, InternalFieldImpl, OptimizableImpl, ProbeImpl, VariableImpl

public interface Field extends EObject
A representation of the model object 'Field'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getDataType

      DataType getDataType()
      Returns the value of the 'Data Type' attribute. The literals are from the enumeration DataType.
      Returns:
      the value of the 'Data Type' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setDataType

      void setDataType(DataType value)
      Sets the value of the 'Data Type' attribute.
      Parameters:
      value - the new value of the 'Data Type' attribute.
      See Also:
      Generated class or method.
    • getName

      String getName()
      Returns the value of the 'Name' attribute.
      Returns:
      the value of the 'Name' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setName

      void setName(String value)
      Sets the value of the 'Name' attribute.
      Parameters:
      value - the new value of the 'Name' attribute.
      See Also:
      Generated class or method.