Interface DomainValuesType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
DomainValuesTypeImpl
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Conceptual Scheme' containment reference.Returns the value of the 'List Of Values' containment reference.Returns the value of the 'Parameter Name' attribute.Returns the value of the 'Property Name' attribute.Returns the value of the 'Range Of Values' containment reference.getType()
Returns the value of the 'Type' attribute.getUom()
Returns the value of the 'Uom' attribute.void
Sets the value of the 'Conceptual Scheme
' containment reference.void
setListOfValues
(ListOfValuesType value) Sets the value of the 'List Of Values
' containment reference.void
setParameterName
(String value) Sets the value of the 'Parameter Name
' attribute.void
setPropertyName
(String value) Sets the value of the 'Property Name
' attribute.void
Sets the value of the 'Range Of Values
' containment reference.void
Sets the value of the 'Type
' attribute.void
Sets the value of the 'Uom
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getPropertyName
String getPropertyName()Returns the value of the 'Property Name' attribute.If the meaning of the 'Property Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Property Name' attribute.
- See Also:
-
setPropertyName
Sets the value of the 'Property Name
' attribute.- Parameters:
value
- the new value of the 'Property Name' attribute.- See Also:
-
getParameterName
String getParameterName()Returns the value of the 'Parameter Name' attribute.If the meaning of the 'Parameter Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parameter Name' attribute.
- See Also:
-
setParameterName
Sets the value of the 'Parameter Name
' attribute.- Parameters:
value
- the new value of the 'Parameter Name' attribute.- See Also:
-
getListOfValues
ListOfValuesType getListOfValues()Returns the value of the 'List Of Values' containment reference.If the meaning of the 'List Of Values' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'List Of Values' containment reference.
- See Also:
-
setListOfValues
Sets the value of the 'List Of Values
' containment reference.- Parameters:
value
- the new value of the 'List Of Values' containment reference.- See Also:
-
getConceptualScheme
ConceptualSchemeType getConceptualScheme()Returns the value of the 'Conceptual Scheme' containment reference.If the meaning of the 'Conceptual Scheme' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Conceptual Scheme' containment reference.
- See Also:
-
setConceptualScheme
Sets the value of the 'Conceptual Scheme
' containment reference.- Parameters:
value
- the new value of the 'Conceptual Scheme' containment reference.- See Also:
-
getRangeOfValues
RangeOfValuesType getRangeOfValues()Returns the value of the 'Range Of Values' containment reference.If the meaning of the 'Range Of Values' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Range Of Values' containment reference.
- See Also:
-
setRangeOfValues
Sets the value of the 'Range Of Values
' containment reference.- Parameters:
value
- the new value of the 'Range Of Values' containment reference.- See Also:
-
getType
QName getType()Returns the value of the 'Type' attribute.If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type' attribute.
- See Also:
-
setType
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
-
getUom
String getUom()Returns the value of the 'Uom' attribute.If the meaning of the 'Uom' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Uom' attribute.
- See Also:
-
setUom
Sets the value of the 'Uom
' attribute.- Parameters:
value
- the new value of the 'Uom' attribute.- See Also:
-