Package com._1c.g5.v8.dt.mcore
Interface TypedValueList
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Value
- All Known Implementing Classes:
TypedValueListImpl
A representation of the model object 'Typed Value List'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Available Values' containment reference.org.eclipse.emf.common.util.EList<TypedValueListItem>
getItems()
Returns the value of the 'Items' containment reference list.int
Returns the value of the 'Last Id' attribute.Returns the value of the 'Value Type' containment reference.void
setAvailableValues
(TypedValueList value) Sets the value of the 'Available Values
' containment reference.void
setLastId
(int value) Sets the value of the 'Last Id
' attribute.void
setValueType
(TypeDescription value) Sets the value of the 'Value Type
' containment reference.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
-
getValueType
TypeDescription getValueType()Returns the value of the 'Value Type' containment reference.- Returns:
- the value of the 'Value Type' containment reference.
- See Also:
-
setValueType
Sets the value of the 'Value Type
' containment reference.- Parameters:
value
- the new value of the 'Value Type' containment reference.- See Also:
-
getAvailableValues
TypedValueList getAvailableValues()Returns the value of the 'Available Values' containment reference.- Returns:
- the value of the 'Available Values' containment reference.
- See Also:
-
setAvailableValues
Sets the value of the 'Available Values
' containment reference.- Parameters:
value
- the new value of the 'Available Values' containment reference.- 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:
-
getItems
org.eclipse.emf.common.util.EList<TypedValueListItem> getItems()Returns the value of the 'Items' containment reference list. The list contents are of typeTypedValueListItem
.- Returns:
- the value of the 'Items' containment reference list.
- See Also:
-