- 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 Summary
Returns the value of the 'Data Type' attribute.
Returns the value of the 'Name' attribute.
void
void
Sets the value of the '
Name' attribute.
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Method Details
-
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
- Parameters:
value - the new value of the 'Data Type' attribute.
- See Also:
-
- Generated class or method.
-
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
Sets the value of the '
Name' attribute.
- Parameters:
value - the new value of the 'Name' attribute.
- See Also:
-
- Generated class or method.