Interface DomainValuesType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
DomainValuesTypeImpl
public interface DomainValuesType extends EObject
A representation of the model object 'Domain Values Type'.The following features are supported:
- See Also:
Csw20Package.getDomainValuesType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConceptualSchemeType
getConceptualScheme()
Returns the value of the 'Conceptual Scheme' containment reference.ListOfValuesType
getListOfValues()
Returns the value of the 'List Of Values' containment reference.String
getParameterName()
Returns the value of the 'Parameter Name' attribute.String
getPropertyName()
Returns the value of the 'Property Name' attribute.RangeOfValuesType
getRangeOfValues()
Returns the value of the 'Range Of Values' containment reference.QName
getType()
Returns the value of the 'Type' attribute.String
getUom()
Returns the value of the 'Uom' attribute.void
setConceptualScheme(ConceptualSchemeType value)
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
setRangeOfValues(RangeOfValuesType value)
Sets the value of the 'Range Of Values
' containment reference.void
setType(QName value)
Sets the value of the 'Type
' attribute.void
setUom(String value)
Sets the value of the 'Uom
' attribute.
-
-
-
Method Detail
-
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(String)
,Csw20Package.getDomainValuesType_PropertyName()
-
setPropertyName
void setPropertyName(String value)
Sets the value of the 'Property Name
' attribute.- Parameters:
value
- the new value of the 'Property Name' attribute.- See Also:
getPropertyName()
-
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(String)
,Csw20Package.getDomainValuesType_ParameterName()
-
setParameterName
void setParameterName(String value)
Sets the value of the 'Parameter Name
' attribute.- Parameters:
value
- the new value of the 'Parameter Name' attribute.- See Also:
getParameterName()
-
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(ListOfValuesType)
,Csw20Package.getDomainValuesType_ListOfValues()
-
setListOfValues
void setListOfValues(ListOfValuesType value)
Sets the value of the 'List Of Values
' containment reference.- Parameters:
value
- the new value of the 'List Of Values' containment reference.- See Also:
getListOfValues()
-
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(ConceptualSchemeType)
,Csw20Package.getDomainValuesType_ConceptualScheme()
-
setConceptualScheme
void setConceptualScheme(ConceptualSchemeType value)
Sets the value of the 'Conceptual Scheme
' containment reference.- Parameters:
value
- the new value of the 'Conceptual Scheme' containment reference.- See Also:
getConceptualScheme()
-
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(RangeOfValuesType)
,Csw20Package.getDomainValuesType_RangeOfValues()
-
setRangeOfValues
void setRangeOfValues(RangeOfValuesType value)
Sets the value of the 'Range Of Values
' containment reference.- Parameters:
value
- the new value of the 'Range Of Values' containment reference.- See Also:
getRangeOfValues()
-
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(QName)
,Csw20Package.getDomainValuesType_Type()
-
setType
void setType(QName value)
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
getType()
-
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(String)
,Csw20Package.getDomainValuesType_Uom()
-
-