Interface FieldValue
-
- All Superinterfaces:
Comparable<Object>
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
FieldBooleanValue
,FieldChildListValue
,FieldDateValue
,FieldDoubleValue
,FieldElementListValue
,FieldElementValue
,FieldFloatValue
,FieldIntValue
,FieldListValue
,FieldLongValue
,FieldRichTextValue
,FieldStringValue
public interface FieldValue extends MDWEObject, org.eclipse.emf.ecore.EModelElement
A representation of the model object 'Field Value'.The following features are supported:
- See Also:
IntegrityPackage.getFieldValue()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Field
getField()
Returns the value of the 'Field' reference.String
getValueString()
void
setField(Field value)
Sets the value of the 'Field
' reference.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
-
-
-
Method Detail
-
getField
Field getField()
Returns the value of the 'Field' reference.- Returns:
- the value of the 'Field' reference.
- See Also:
setField(Field)
,IntegrityPackage.getFieldValue_Field()
-
setField
void setField(Field value)
Sets the value of the 'Field
' reference.- Parameters:
value
- the new value of the 'Field' reference.- See Also:
getField()
-
getValueString
String getValueString()
-
-