Interface FieldListValue
-
- All Superinterfaces:
Comparable<Object>
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,FieldValue
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
public interface FieldListValue extends FieldValue
A representation of the model object 'Field List Value'.The following features are supported:
- See Also:
IntegrityPackage.getFieldListValue()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MDWEList<Object>
getValues()
Returns the value of the 'Values' attribute list.-
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.metamodel.integrity.FieldValue
getField, getValueString, setField
-
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
-
getValues
MDWEList<Object> getValues()
Returns the value of the 'Values' attribute list. The list contents are of typeObject
.- Returns:
- the value of the 'Values' attribute list.
- See Also:
IntegrityPackage.getFieldListValue_Values()
-
-