Interface CustomValueField
- All Superinterfaces:
CustomField,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
A representation of the model object 'Custom Value Field'.
A custom field that acts as an EMF attribute. Contains 'plain' values serializable to String: Integer, Double, String, etc.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Classifier Name' attribute.getValue()Returns the value of the 'Value' attribute.voidsetClassifierName(String value) Sets the value of the 'Classifier Name' attribute.voidSets the value of the 'Value' attribute.Methods inherited from interface com.amalgamasimulation.ecoreutils.CustomField
getContainer, getName, setContainer, setNameMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getValue
String getValue()Returns the value of the 'Value' attribute. A String representation of the custom field value- Returns:
- the value of the 'Value' attribute.
- See Also:
-
setValue
Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
-
getClassifierName
String getClassifierName()Returns the value of the 'Classifier Name' attribute. Name of the EDataType of the value referred to by the 'value' field (e.g., 'EDouble')- Returns:
- the value of the 'Classifier Name' attribute.
- See Also:
-
setClassifierName
Sets the value of the 'Classifier Name' attribute.- Parameters:
value- the new value of the 'Classifier Name' attribute.- See Also:
-