Interface ParametrizedValueList
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Value
- All Known Implementing Classes:
ParametrizedValueListImpl
A representation of the model object 'Parametrized Value List'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Avalivable Values' attribute.Returns the value of the 'Class Id' attribute.int
Returns the value of the 'Displacement Size' attribute.int
Returns the value of the 'Last Id' attribute.Returns the value of the 'Pattern' attribute.org.eclipse.emf.common.util.EList<ValueListItem>
Returns the value of the 'Values' containment reference list.int
Returns the value of the 'Version' attribute.boolean
Returns the value of the 'Avalivable Values Exists' attribute.boolean
Returns the value of the 'Unique Mode' attribute.void
setAvalivableValues
(String value) Sets the value of the 'Avalivable Values
' attribute.void
setAvalivableValuesExists
(boolean value) Sets the value of the 'Avalivable Values Exists
' attribute.void
setClassId
(UUID value) Sets the value of the 'Class Id
' attribute.void
setDisplacementSize
(int value) Sets the value of the 'Displacement Size
' attribute.void
setLastId
(int value) Sets the value of the 'Last Id
' attribute.void
setPattern
(String value) Sets the value of the 'Pattern
' attribute.void
setUniqueMode
(boolean value) Sets the value of the 'Unique Mode
' attribute.void
setVersion
(int value) Sets the value of the 'Version
' 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
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getClassId
UUID getClassId()Returns the value of the 'Class Id' attribute.- Returns:
- the value of the 'Class Id' attribute.
- See Also:
-
setClassId
Sets the value of the 'Class Id
' attribute.- Parameters:
value
- the new value of the 'Class Id' attribute.- See Also:
-
getVersion
int getVersion()Returns the value of the 'Version' attribute.- Returns:
- the value of the 'Version' attribute.
- See Also:
-
setVersion
void setVersion(int value) Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
-
getLastId
int getLastId()Returns the value of the 'Last Id' attribute.- Returns:
- the value of the 'Last Id' attribute.
- See Also:
-
setLastId
void setLastId(int value) Sets the value of the 'Last Id
' attribute.- Parameters:
value
- the new value of the 'Last Id' attribute.- See Also:
-
getDisplacementSize
int getDisplacementSize()Returns the value of the 'Displacement Size' attribute.- Returns:
- the value of the 'Displacement Size' attribute.
- See Also:
-
setDisplacementSize
void setDisplacementSize(int value) Sets the value of the 'Displacement Size
' attribute.- Parameters:
value
- the new value of the 'Displacement Size' attribute.- See Also:
-
isUniqueMode
boolean isUniqueMode()Returns the value of the 'Unique Mode' attribute.- Returns:
- the value of the 'Unique Mode' attribute.
- See Also:
-
setUniqueMode
void setUniqueMode(boolean value) Sets the value of the 'Unique Mode
' attribute.- Parameters:
value
- the new value of the 'Unique Mode' attribute.- See Also:
-
isAvalivableValuesExists
boolean isAvalivableValuesExists()Returns the value of the 'Avalivable Values Exists' attribute.- Returns:
- the value of the 'Avalivable Values Exists' attribute.
- See Also:
-
setAvalivableValuesExists
void setAvalivableValuesExists(boolean value) Sets the value of the 'Avalivable Values Exists
' attribute.- Parameters:
value
- the new value of the 'Avalivable Values Exists' attribute.- See Also:
-
getAvalivableValues
String getAvalivableValues()Returns the value of the 'Avalivable Values' attribute.- Returns:
- the value of the 'Avalivable Values' attribute.
- See Also:
-
setAvalivableValues
Sets the value of the 'Avalivable Values
' attribute.- Parameters:
value
- the new value of the 'Avalivable Values' attribute.- See Also:
-
getPattern
String getPattern()Returns the value of the 'Pattern' attribute.- Returns:
- the value of the 'Pattern' attribute.
- See Also:
-
setPattern
Sets the value of the 'Pattern
' attribute.- Parameters:
value
- the new value of the 'Pattern' attribute.- See Also:
-
getValues
org.eclipse.emf.common.util.EList<ValueListItem> getValues()Returns the value of the 'Values' containment reference list. The list contents are of typeValueListItem
.- Returns:
- the value of the 'Values' containment reference list.
- See Also:
-