public interface FieldType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ConfigurationPackage.getFieldType()| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the value of the 'Name' attribute.
|
VariantTypeType |
getVariantType()
Returns the value of the 'Variant Type' attribute.
|
boolean |
isSetVariantType()
Returns whether the value of the '
Variant Type' attribute is set. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setVariantType(VariantTypeType value)
Sets the value of the '
Variant Type' attribute. |
void |
unsetVariantType()
Unsets the value of the '
Variant Type' attribute. |
static final String copyright
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
ConfigurationPackage.getFieldType_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()VariantTypeType getVariantType()
"STRING".
The literals are from the enumeration VariantTypeType.
If the meaning of the 'Variant Type' attribute isn't clear, there really should be more of a description here...
VariantTypeType,
isSetVariantType(),
unsetVariantType(),
setVariantType(VariantTypeType),
ConfigurationPackage.getFieldType_VariantType()void setVariantType(VariantTypeType value)
Variant Type' attribute.
value - the new value of the 'Variant Type' attribute.VariantTypeType,
isSetVariantType(),
unsetVariantType(),
getVariantType()void unsetVariantType()
Variant Type' attribute.
boolean isSetVariantType()
Variant Type' attribute is set.
unsetVariantType(),
getVariantType(),
setVariantType(VariantTypeType)