Interface ValuePropertyType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Subinterfaces:
- BooleanPropertyType,- CategoryPropertyType,- CountPropertyType,- QuantityPropertyType,- ScalarValuePropertyType
 - All Known Implementing Classes:
- BooleanPropertyTypeImpl,- CategoryPropertyTypeImpl,- CountPropertyTypeImpl,- QuantityPropertyTypeImpl,- ScalarValuePropertyTypeImpl,- ValuePropertyTypeImpl
 
 public interface ValuePropertyType extends EObjectA representation of the model object 'Value Property Type'. GML property which refers to, or contains, a ValueThe following features are supported: - See Also:
- Gml311Package.getValuePropertyType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ActuateTypegetActuate()Returns the value of the 'Actuate' attribute.StringgetArcrole()Returns the value of the 'Arcrole' attribute.List<Object>getBooleanList()Returns the value of the 'Boolean List' attribute.CodeTypegetCategory()Returns the value of the 'Category' containment reference.CategoryExtentTypegetCategoryExtent()Returns the value of the 'Category Extent' containment reference.CodeOrNullListTypegetCategoryList()Returns the value of the 'Category List' containment reference.CompositeValueTypegetCompositeValue()Returns the value of the 'Composite Value' containment reference.FeatureMapgetCompositeValueGroup()Returns the value of the 'Composite Value Group' attribute list.BigIntegergetCount()Returns the value of the 'Count' attribute.List<Object>getCountExtent()Returns the value of the 'Count Extent' attribute.List<Object>getCountList()Returns the value of the 'Count List' attribute.StringgetHref()Returns the value of the 'Href' attribute.ObjectgetNull()Returns the value of the 'Null' attribute.EObjectgetObject()Returns the value of the 'Object' containment reference.FeatureMapgetObjectGroup()Returns the value of the 'Object Group' attribute list.MeasureTypegetQuantity()Returns the value of the 'Quantity' containment reference.QuantityExtentTypegetQuantityExtent()Returns the value of the 'Quantity Extent' containment reference.MeasureOrNullListTypegetQuantityList()Returns the value of the 'Quantity List' containment reference.StringgetRemoteSchema()Returns the value of the 'Remote Schema' attribute.StringgetRole()Returns the value of the 'Role' attribute.ShowTypegetShow()Returns the value of the 'Show' attribute.StringgetTitle()Returns the value of the 'Title' attribute.TypeTypegetType()Returns the value of the 'Type' attribute.booleanisBoolean()Returns the value of the 'Boolean' attribute.booleanisSetActuate()Returns whether the value of the 'Actuate' attribute is set.booleanisSetBoolean()Returns whether the value of the 'Boolean' attribute is set.booleanisSetShow()Returns whether the value of the 'Show' attribute is set.booleanisSetType()Returns whether the value of the 'Type' attribute is set.voidsetActuate(ActuateType value)Sets the value of the 'Actuate' attribute.voidsetArcrole(String value)Sets the value of the 'Arcrole' attribute.voidsetBoolean(boolean value)Sets the value of the 'Boolean' attribute.voidsetBooleanList(List<Object> value)Sets the value of the 'Boolean List' attribute.voidsetCategory(CodeType value)Sets the value of the 'Category' containment reference.voidsetCategoryExtent(CategoryExtentType value)Sets the value of the 'Category Extent' containment reference.voidsetCategoryList(CodeOrNullListType value)Sets the value of the 'Category List' containment reference.voidsetCompositeValue(CompositeValueType value)Sets the value of the 'Composite Value' containment reference.voidsetCount(BigInteger value)Sets the value of the 'Count' attribute.voidsetCountExtent(List<Object> value)Sets the value of the 'Count Extent' attribute.voidsetCountList(List<Object> value)Sets the value of the 'Count List' attribute.voidsetHref(String value)Sets the value of the 'Href' attribute.voidsetNull(Object value)Sets the value of the 'Null' attribute.voidsetQuantity(MeasureType value)Sets the value of the 'Quantity' containment reference.voidsetQuantityExtent(QuantityExtentType value)Sets the value of the 'Quantity Extent' containment reference.voidsetQuantityList(MeasureOrNullListType value)Sets the value of the 'Quantity List' containment reference.voidsetRemoteSchema(String value)Sets the value of the 'Remote Schema' attribute.voidsetRole(String value)Sets the value of the 'Role' attribute.voidsetShow(ShowType value)Sets the value of the 'Show' attribute.voidsetTitle(String value)Sets the value of the 'Title' attribute.voidsetType(TypeType value)Sets the value of the 'Type' attribute.voidunsetActuate()Unsets the value of the 'Actuate' attribute.voidunsetBoolean()Unsets the value of the 'Boolean' attribute.voidunsetShow()Unsets the value of the 'Show' attribute.voidunsetType()Unsets the value of the 'Type' attribute.
 
- 
- 
- 
Method Detail- 
isBooleanboolean isBoolean() Returns the value of the 'Boolean' attribute. A value from two-valued logic, using the XML Schema boolean type. An instance may take the values {true, false, 1, 0}.- Returns:
- the value of the 'Boolean' attribute.
- See Also:
- isSetBoolean(),- unsetBoolean(),- setBoolean(boolean),- Gml311Package.getValuePropertyType_Boolean()
 
 - 
setBooleanvoid setBoolean(boolean value) Sets the value of the 'Boolean' attribute.- Parameters:
- value- the new value of the 'Boolean' attribute.
- See Also:
- isSetBoolean(),- unsetBoolean(),- isBoolean()
 
 - 
unsetBooleanvoid unsetBoolean() Unsets the value of the 'Boolean' attribute.- See Also:
- isSetBoolean(),- isBoolean(),- setBoolean(boolean)
 
 - 
isSetBooleanboolean isSetBoolean() Returns whether the value of the 'Boolean' attribute is set.- Returns:
- whether the value of the 'Boolean' attribute is set.
- See Also:
- unsetBoolean(),- isBoolean(),- setBoolean(boolean)
 
 - 
getCategoryCodeType getCategory() Returns the value of the 'Category' containment reference. A term representing a classification. It has an optional XML attribute codeSpace, whose value is a URI which identifies a dictionary, codelist or authority for the term.- Returns:
- the value of the 'Category' containment reference.
- See Also:
- setCategory(CodeType),- Gml311Package.getValuePropertyType_Category()
 
 - 
setCategoryvoid setCategory(CodeType value) Sets the value of the 'Category' containment reference.- Parameters:
- value- the new value of the 'Category' containment reference.
- See Also:
- getCategory()
 
 - 
getQuantityMeasureType getQuantity() Returns the value of the 'Quantity' containment reference. A numeric value with a scale. The content of the element is an amount using the XML Schema type double which permits decimal or scientific notation. An XML attribute uom (unit of measure) is required, whose value is a URI which identifies the definition of the scale or units by which the numeric value must be multiplied.- Returns:
- the value of the 'Quantity' containment reference.
- See Also:
- setQuantity(MeasureType),- Gml311Package.getValuePropertyType_Quantity()
 
 - 
setQuantityvoid setQuantity(MeasureType value) Sets the value of the 'Quantity' containment reference.- Parameters:
- value- the new value of the 'Quantity' containment reference.
- See Also:
- getQuantity()
 
 - 
getCountBigInteger getCount() Returns the value of the 'Count' attribute. An integer representing a frequency of occurrence.- Returns:
- the value of the 'Count' attribute.
- See Also:
- setCount(BigInteger),- Gml311Package.getValuePropertyType_Count()
 
 - 
setCountvoid setCount(BigInteger value) Sets the value of the 'Count' attribute.- Parameters:
- value- the new value of the 'Count' attribute.
- See Also:
- getCount()
 
 - 
getBooleanListList<Object> getBooleanList() Returns the value of the 'Boolean List' attribute. XML List based on XML Schema boolean type. An element of this type contains a space-separated list of boolean values {0,1,true,false}- Returns:
- the value of the 'Boolean List' attribute.
- See Also:
- setBooleanList(List),- Gml311Package.getValuePropertyType_BooleanList()
 
 - 
setBooleanListvoid setBooleanList(List<Object> value) Sets the value of the 'Boolean List' attribute.- Parameters:
- value- the new value of the 'Boolean List' attribute.
- See Also:
- getBooleanList()
 
 - 
getCategoryListCodeOrNullListType getCategoryList() Returns the value of the 'Category List' containment reference. A space-separated list of terms or nulls. A single XML attribute codeSpace may be provided, which authorises all the terms in the list.- Returns:
- the value of the 'Category List' containment reference.
- See Also:
- setCategoryList(CodeOrNullListType),- Gml311Package.getValuePropertyType_CategoryList()
 
 - 
setCategoryListvoid setCategoryList(CodeOrNullListType value) Sets the value of the 'Category List' containment reference.- Parameters:
- value- the new value of the 'Category List' containment reference.
- See Also:
- getCategoryList()
 
 - 
getQuantityListMeasureOrNullListType getQuantityList() Returns the value of the 'Quantity List' containment reference. A space separated list of amounts or nulls. The amounts use the XML Schema type double. A single XML attribute uom (unit of measure) is required, whose value is a URI which identifies the definition of the scale or units by which all the amounts in the list must be multiplied.- Returns:
- the value of the 'Quantity List' containment reference.
- See Also:
- setQuantityList(MeasureOrNullListType),- Gml311Package.getValuePropertyType_QuantityList()
 
 - 
setQuantityListvoid setQuantityList(MeasureOrNullListType value) Sets the value of the 'Quantity List' containment reference.- Parameters:
- value- the new value of the 'Quantity List' containment reference.
- See Also:
- getQuantityList()
 
 - 
getCountListList<Object> getCountList() Returns the value of the 'Count List' attribute. A space-separated list of integers or nulls.- Returns:
- the value of the 'Count List' attribute.
- See Also:
- setCountList(List),- Gml311Package.getValuePropertyType_CountList()
 
 - 
setCountListvoid setCountList(List<Object> value) Sets the value of the 'Count List' attribute.- Parameters:
- value- the new value of the 'Count List' attribute.
- See Also:
- getCountList()
 
 - 
getCategoryExtentCategoryExtentType getCategoryExtent() Returns the value of the 'Category Extent' containment reference. Utility element to store a 2-point range of ordinal values. If one member is a null, then this is a single ended interval.- Returns:
- the value of the 'Category Extent' containment reference.
- See Also:
- setCategoryExtent(CategoryExtentType),- Gml311Package.getValuePropertyType_CategoryExtent()
 
 - 
setCategoryExtentvoid setCategoryExtent(CategoryExtentType value) Sets the value of the 'Category Extent' containment reference.- Parameters:
- value- the new value of the 'Category Extent' containment reference.
- See Also:
- getCategoryExtent()
 
 - 
getQuantityExtentQuantityExtentType getQuantityExtent() Returns the value of the 'Quantity Extent' containment reference. Utility element to store a 2-point range of numeric values. If one member is a null, then this is a single ended interval.- Returns:
- the value of the 'Quantity Extent' containment reference.
- See Also:
- setQuantityExtent(QuantityExtentType),- Gml311Package.getValuePropertyType_QuantityExtent()
 
 - 
setQuantityExtentvoid setQuantityExtent(QuantityExtentType value) Sets the value of the 'Quantity Extent' containment reference.- Parameters:
- value- the new value of the 'Quantity Extent' containment reference.
- See Also:
- getQuantityExtent()
 
 - 
getCountExtentList<Object> getCountExtent() Returns the value of the 'Count Extent' attribute. Utility element to store a 2-point range of frequency values. If one member is a null, then this is a single ended interval.- Returns:
- the value of the 'Count Extent' attribute.
- See Also:
- setCountExtent(List),- Gml311Package.getValuePropertyType_CountExtent()
 
 - 
setCountExtentvoid setCountExtent(List<Object> value) Sets the value of the 'Count Extent' attribute.- Parameters:
- value- the new value of the 'Count Extent' attribute.
- See Also:
- getCountExtent()
 
 - 
getCompositeValueGroupFeatureMap getCompositeValueGroup() Returns the value of the 'Composite Value Group' attribute list. The list contents are of typeFeatureMap.Entry. Aggregate value built using the Composite pattern.- Returns:
- the value of the 'Composite Value Group' attribute list.
- See Also:
- Gml311Package.getValuePropertyType_CompositeValueGroup()
 
 - 
getCompositeValueCompositeValueType getCompositeValue() Returns the value of the 'Composite Value' containment reference. Aggregate value built using the Composite pattern.- Returns:
- the value of the 'Composite Value' containment reference.
- See Also:
- setCompositeValue(CompositeValueType),- Gml311Package.getValuePropertyType_CompositeValue()
 
 - 
setCompositeValuevoid setCompositeValue(CompositeValueType value) Sets the value of the 'Composite Value' containment reference.- Parameters:
- value- the new value of the 'Composite Value' containment reference.
- See Also:
- getCompositeValue()
 
 - 
getObjectGroupFeatureMap getObjectGroup() Returns the value of the 'Object Group' attribute list. The list contents are of typeFeatureMap.Entry. This abstract element is the head of a substitutionGroup hierararchy which may contain either simpleContent or complexContent elements. It is used to assert the model position of "class" elements declared in other GML schemas.- Returns:
- the value of the 'Object Group' attribute list.
- See Also:
- Gml311Package.getValuePropertyType_ObjectGroup()
 
 - 
getObjectEObject getObject() Returns the value of the 'Object' containment reference. This abstract element is the head of a substitutionGroup hierararchy which may contain either simpleContent or complexContent elements. It is used to assert the model position of "class" elements declared in other GML schemas.- Returns:
- the value of the 'Object' containment reference.
- See Also:
- Gml311Package.getValuePropertyType_Object()
 
 - 
getNullObject getNull() Returns the value of the 'Null' attribute.If the meaning of the 'Null' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Null' attribute.
- See Also:
- setNull(Object),- Gml311Package.getValuePropertyType_Null()
 
 - 
setNullvoid setNull(Object value) Sets the value of the 'Null' attribute.- Parameters:
- value- the new value of the 'Null' attribute.
- See Also:
- getNull()
 
 - 
getActuateActuateType getActuate() Returns the value of the 'Actuate' attribute. The literals are from the enumerationActuateType.If the meaning of the 'Actuate' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Actuate' attribute.
- See Also:
- ActuateType,- isSetActuate(),- unsetActuate(),- setActuate(ActuateType),- Gml311Package.getValuePropertyType_Actuate()
 
 - 
setActuatevoid setActuate(ActuateType value) Sets the value of the 'Actuate' attribute.- Parameters:
- value- the new value of the 'Actuate' attribute.
- See Also:
- ActuateType,- isSetActuate(),- unsetActuate(),- getActuate()
 
 - 
unsetActuatevoid unsetActuate() Unsets the value of the 'Actuate' attribute.- See Also:
- isSetActuate(),- getActuate(),- setActuate(ActuateType)
 
 - 
isSetActuateboolean isSetActuate() Returns whether the value of the 'Actuate' attribute is set.- Returns:
- whether the value of the 'Actuate' attribute is set.
- See Also:
- unsetActuate(),- getActuate(),- setActuate(ActuateType)
 
 - 
getArcroleString getArcrole() Returns the value of the 'Arcrole' attribute.If the meaning of the 'Arcrole' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Arcrole' attribute.
- See Also:
- setArcrole(String),- Gml311Package.getValuePropertyType_Arcrole()
 
 - 
setArcrolevoid setArcrole(String value) Sets the value of the 'Arcrole' attribute.- Parameters:
- value- the new value of the 'Arcrole' attribute.
- See Also:
- getArcrole()
 
 - 
getHrefString getHref() Returns the value of the 'Href' attribute.If the meaning of the 'Href' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Href' attribute.
- See Also:
- setHref(String),- Gml311Package.getValuePropertyType_Href()
 
 - 
setHrefvoid setHref(String value) Sets the value of the 'Href' attribute.- Parameters:
- value- the new value of the 'Href' attribute.
- See Also:
- getHref()
 
 - 
getRemoteSchemaString getRemoteSchema() Returns the value of the 'Remote Schema' attribute. Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.- Returns:
- the value of the 'Remote Schema' attribute.
- See Also:
- setRemoteSchema(String),- Gml311Package.getValuePropertyType_RemoteSchema()
 
 - 
setRemoteSchemavoid setRemoteSchema(String value) Sets the value of the 'Remote Schema' attribute.- Parameters:
- value- the new value of the 'Remote Schema' attribute.
- See Also:
- getRemoteSchema()
 
 - 
getRoleString getRole() Returns the value of the 'Role' attribute.If the meaning of the 'Role' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Role' attribute.
- See Also:
- setRole(String),- Gml311Package.getValuePropertyType_Role()
 
 - 
setRolevoid setRole(String value) Sets the value of the 'Role' attribute.- Parameters:
- value- the new value of the 'Role' attribute.
- See Also:
- getRole()
 
 - 
getShowShowType getShow() Returns the value of the 'Show' attribute. The literals are from the enumerationShowType.If the meaning of the 'Show' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Show' attribute.
- See Also:
- ShowType,- isSetShow(),- unsetShow(),- setShow(ShowType),- Gml311Package.getValuePropertyType_Show()
 
 - 
setShowvoid setShow(ShowType value) Sets the value of the 'Show' attribute.- Parameters:
- value- the new value of the 'Show' attribute.
- See Also:
- ShowType,- isSetShow(),- unsetShow(),- getShow()
 
 - 
unsetShowvoid unsetShow() Unsets the value of the 'Show' attribute.- See Also:
- isSetShow(),- getShow(),- setShow(ShowType)
 
 - 
isSetShowboolean isSetShow() Returns whether the value of the 'Show' attribute is set.- Returns:
- whether the value of the 'Show' attribute is set.
- See Also:
- unsetShow(),- getShow(),- setShow(ShowType)
 
 - 
getTitleString getTitle() Returns the value of the 'Title' attribute.If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Title' attribute.
- See Also:
- setTitle(String),- Gml311Package.getValuePropertyType_Title()
 
 - 
setTitlevoid setTitle(String value) Sets the value of the 'Title' attribute.- Parameters:
- value- the new value of the 'Title' attribute.
- See Also:
- getTitle()
 
 - 
getTypeTypeType getType() Returns the value of the 'Type' attribute. The default value is"simple". The literals are from the enumerationTypeType.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:
- TypeType,- isSetType(),- unsetType(),- setType(TypeType),- Gml311Package.getValuePropertyType_Type()
 
 - 
setTypevoid setType(TypeType value) Sets the value of the 'Type' attribute.- Parameters:
- value- the new value of the 'Type' attribute.
- See Also:
- TypeType,- isSetType(),- unsetType(),- getType()
 
 - 
unsetTypevoid unsetType() Unsets the value of the 'Type' attribute.- See Also:
- isSetType(),- getType(),- setType(TypeType)
 
 - 
isSetTypeboolean isSetType() Returns whether the value of the 'Type' attribute is set.- Returns:
- whether the value of the 'Type' attribute is set.
- See Also:
- unsetType(),- getType(),- setType(TypeType)
 
 
- 
 
-