org.citygml4j.model.gml.valueObjects
Interface ScalarValue
- All Superinterfaces:
- Child, Copyable, GML, ModelObject
- All Known Implementing Classes:
- ScalarValueImpl
public interface ScalarValue
- extends GML, Child, Copyable
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
getBoolean
java.lang.Boolean getBoolean()
getCategory
Code getCategory()
getQuantity
Measure getQuantity()
getCount
java.lang.Integer getCount()
isSetBoolean
boolean isSetBoolean()
isSetCategory
boolean isSetCategory()
isSetQuantity
boolean isSetQuantity()
isSetCount
boolean isSetCount()
setBoolean
void setBoolean(java.lang.Boolean _boolean)
setCategory
void setCategory(Code category)
setQuantity
void setQuantity(Measure quantity)
setCount
void setCount(java.lang.Integer count)
unsetBoolean
void unsetBoolean()
unsetCategory
void unsetCategory()
unsetQuantity
void unsetQuantity()
unsetCount
void unsetCount()