Interface DomainValuesType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- DomainValuesTypeImpl
 
 public interface DomainValuesType extends EObjectA representation of the model object 'Domain Values Type'.The following features are supported: - See Also:
- Csw20Package.getDomainValuesType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ConceptualSchemeTypegetConceptualScheme()Returns the value of the 'Conceptual Scheme' containment reference.ListOfValuesTypegetListOfValues()Returns the value of the 'List Of Values' containment reference.StringgetParameterName()Returns the value of the 'Parameter Name' attribute.StringgetPropertyName()Returns the value of the 'Property Name' attribute.RangeOfValuesTypegetRangeOfValues()Returns the value of the 'Range Of Values' containment reference.QNamegetType()Returns the value of the 'Type' attribute.StringgetUom()Returns the value of the 'Uom' attribute.voidsetConceptualScheme(ConceptualSchemeType value)Sets the value of the 'Conceptual Scheme' containment reference.voidsetListOfValues(ListOfValuesType value)Sets the value of the 'List Of Values' containment reference.voidsetParameterName(String value)Sets the value of the 'Parameter Name' attribute.voidsetPropertyName(String value)Sets the value of the 'Property Name' attribute.voidsetRangeOfValues(RangeOfValuesType value)Sets the value of the 'Range Of Values' containment reference.voidsetType(QName value)Sets the value of the 'Type' attribute.voidsetUom(String value)Sets the value of the 'Uom' attribute.
 
- 
- 
- 
Method Detail- 
getPropertyNameString 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()
 
 - 
setPropertyNamevoid setPropertyName(String value) Sets the value of the 'Property Name' attribute.- Parameters:
- value- the new value of the 'Property Name' attribute.
- See Also:
- getPropertyName()
 
 - 
getParameterNameString 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()
 
 - 
setParameterNamevoid setParameterName(String value) Sets the value of the 'Parameter Name' attribute.- Parameters:
- value- the new value of the 'Parameter Name' attribute.
- See Also:
- getParameterName()
 
 - 
getListOfValuesListOfValuesType 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()
 
 - 
setListOfValuesvoid 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()
 
 - 
getConceptualSchemeConceptualSchemeType 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()
 
 - 
setConceptualSchemevoid 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()
 
 - 
getRangeOfValuesRangeOfValuesType 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()
 
 - 
setRangeOfValuesvoid 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()
 
 - 
getTypeQName 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()
 
 - 
setTypevoid setType(QName value) Sets the value of the 'Type' attribute.- Parameters:
- value- the new value of the 'Type' attribute.
- See Also:
- getType()
 
 - 
getUomString 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()
 
 
- 
 
-