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 EObject
A 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActuateType
getActuate()
Returns the value of the 'Actuate' attribute.String
getArcrole()
Returns the value of the 'Arcrole' attribute.List<Object>
getBooleanList()
Returns the value of the 'Boolean List' attribute.CodeType
getCategory()
Returns the value of the 'Category' containment reference.CategoryExtentType
getCategoryExtent()
Returns the value of the 'Category Extent' containment reference.CodeOrNullListType
getCategoryList()
Returns the value of the 'Category List' containment reference.CompositeValueType
getCompositeValue()
Returns the value of the 'Composite Value' containment reference.FeatureMap
getCompositeValueGroup()
Returns the value of the 'Composite Value Group' attribute list.BigInteger
getCount()
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.String
getHref()
Returns the value of the 'Href' attribute.Object
getNull()
Returns the value of the 'Null' attribute.EObject
getObject()
Returns the value of the 'Object' containment reference.FeatureMap
getObjectGroup()
Returns the value of the 'Object Group' attribute list.MeasureType
getQuantity()
Returns the value of the 'Quantity' containment reference.QuantityExtentType
getQuantityExtent()
Returns the value of the 'Quantity Extent' containment reference.MeasureOrNullListType
getQuantityList()
Returns the value of the 'Quantity List' containment reference.String
getRemoteSchema()
Returns the value of the 'Remote Schema' attribute.String
getRole()
Returns the value of the 'Role' attribute.ShowType
getShow()
Returns the value of the 'Show' attribute.String
getTitle()
Returns the value of the 'Title' attribute.TypeType
getType()
Returns the value of the 'Type' attribute.boolean
isBoolean()
Returns the value of the 'Boolean' attribute.boolean
isSetActuate()
Returns whether the value of the 'Actuate
' attribute is set.boolean
isSetBoolean()
Returns whether the value of the 'Boolean
' attribute is set.boolean
isSetShow()
Returns whether the value of the 'Show
' attribute is set.boolean
isSetType()
Returns whether the value of the 'Type
' attribute is set.void
setActuate(ActuateType value)
Sets the value of the 'Actuate
' attribute.void
setArcrole(String value)
Sets the value of the 'Arcrole
' attribute.void
setBoolean(boolean value)
Sets the value of the 'Boolean
' attribute.void
setBooleanList(List<Object> value)
Sets the value of the 'Boolean List
' attribute.void
setCategory(CodeType value)
Sets the value of the 'Category
' containment reference.void
setCategoryExtent(CategoryExtentType value)
Sets the value of the 'Category Extent
' containment reference.void
setCategoryList(CodeOrNullListType value)
Sets the value of the 'Category List
' containment reference.void
setCompositeValue(CompositeValueType value)
Sets the value of the 'Composite Value
' containment reference.void
setCount(BigInteger value)
Sets the value of the 'Count
' attribute.void
setCountExtent(List<Object> value)
Sets the value of the 'Count Extent
' attribute.void
setCountList(List<Object> value)
Sets the value of the 'Count List
' attribute.void
setHref(String value)
Sets the value of the 'Href
' attribute.void
setNull(Object value)
Sets the value of the 'Null
' attribute.void
setQuantity(MeasureType value)
Sets the value of the 'Quantity
' containment reference.void
setQuantityExtent(QuantityExtentType value)
Sets the value of the 'Quantity Extent
' containment reference.void
setQuantityList(MeasureOrNullListType value)
Sets the value of the 'Quantity List
' containment reference.void
setRemoteSchema(String value)
Sets the value of the 'Remote Schema
' attribute.void
setRole(String value)
Sets the value of the 'Role
' attribute.void
setShow(ShowType value)
Sets the value of the 'Show
' attribute.void
setTitle(String value)
Sets the value of the 'Title
' attribute.void
setType(TypeType value)
Sets the value of the 'Type
' attribute.void
unsetActuate()
Unsets the value of the 'Actuate
' attribute.void
unsetBoolean()
Unsets the value of the 'Boolean
' attribute.void
unsetShow()
Unsets the value of the 'Show
' attribute.void
unsetType()
Unsets the value of the 'Type
' attribute.
-
-
-
Method Detail
-
isBoolean
boolean 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()
-
setBoolean
void setBoolean(boolean value)
Sets the value of the 'Boolean
' attribute.- Parameters:
value
- the new value of the 'Boolean' attribute.- See Also:
isSetBoolean()
,unsetBoolean()
,isBoolean()
-
unsetBoolean
void unsetBoolean()
Unsets the value of the 'Boolean
' attribute.- See Also:
isSetBoolean()
,isBoolean()
,setBoolean(boolean)
-
isSetBoolean
boolean 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)
-
getCategory
CodeType 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()
-
setCategory
void setCategory(CodeType value)
Sets the value of the 'Category
' containment reference.- Parameters:
value
- the new value of the 'Category' containment reference.- See Also:
getCategory()
-
getQuantity
MeasureType 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()
-
setQuantity
void setQuantity(MeasureType value)
Sets the value of the 'Quantity
' containment reference.- Parameters:
value
- the new value of the 'Quantity' containment reference.- See Also:
getQuantity()
-
getCount
BigInteger 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()
-
setCount
void setCount(BigInteger value)
Sets the value of the 'Count
' attribute.- Parameters:
value
- the new value of the 'Count' attribute.- See Also:
getCount()
-
getBooleanList
List<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()
-
setBooleanList
void 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()
-
getCategoryList
CodeOrNullListType 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()
-
setCategoryList
void 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()
-
getQuantityList
MeasureOrNullListType 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()
-
setQuantityList
void 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()
-
getCountList
List<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()
-
setCountList
void 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()
-
getCategoryExtent
CategoryExtentType 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()
-
setCategoryExtent
void 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()
-
getQuantityExtent
QuantityExtentType 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()
-
setQuantityExtent
void 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()
-
getCountExtent
List<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()
-
setCountExtent
void 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()
-
getCompositeValueGroup
FeatureMap 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()
-
getCompositeValue
CompositeValueType 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()
-
setCompositeValue
void 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()
-
getObjectGroup
FeatureMap 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()
-
getObject
EObject 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()
-
getNull
Object 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()
-
setNull
void setNull(Object value)
Sets the value of the 'Null
' attribute.- Parameters:
value
- the new value of the 'Null' attribute.- See Also:
getNull()
-
getActuate
ActuateType 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()
-
setActuate
void 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()
-
unsetActuate
void unsetActuate()
Unsets the value of the 'Actuate
' attribute.- See Also:
isSetActuate()
,getActuate()
,setActuate(ActuateType)
-
isSetActuate
boolean 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)
-
getArcrole
String 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()
-
setArcrole
void setArcrole(String value)
Sets the value of the 'Arcrole
' attribute.- Parameters:
value
- the new value of the 'Arcrole' attribute.- See Also:
getArcrole()
-
getHref
String 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()
-
setHref
void setHref(String value)
Sets the value of the 'Href
' attribute.- Parameters:
value
- the new value of the 'Href' attribute.- See Also:
getHref()
-
getRemoteSchema
String 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()
-
setRemoteSchema
void setRemoteSchema(String value)
Sets the value of the 'Remote Schema
' attribute.- Parameters:
value
- the new value of the 'Remote Schema' attribute.- See Also:
getRemoteSchema()
-
getRole
String 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()
-
setRole
void setRole(String value)
Sets the value of the 'Role
' attribute.- Parameters:
value
- the new value of the 'Role' attribute.- See Also:
getRole()
-
getShow
ShowType 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()
-
setShow
void 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()
-
unsetShow
void unsetShow()
Unsets the value of the 'Show
' attribute.- See Also:
isSetShow()
,getShow()
,setShow(ShowType)
-
isSetShow
boolean 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)
-
getTitle
String 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()
-
setTitle
void setTitle(String value)
Sets the value of the 'Title
' attribute.- Parameters:
value
- the new value of the 'Title' attribute.- See Also:
getTitle()
-
getType
TypeType 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()
-
setType
void 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()
-
unsetType
void unsetType()
Unsets the value of the 'Type
' attribute.- See Also:
isSetType()
,getType()
,setType(TypeType)
-
isSetType
boolean 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)
-
-