org.citygml4j.model.gml.valueObjects
Interface ScalarValueList
- All Superinterfaces:
- Child, Copyable, GML, ModelObject
- All Known Implementing Classes:
- ScalarValueListImpl
public interface ScalarValueList
- extends GML, Child, Copyable
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
getBooleanList
BooleanOrNullList getBooleanList()
getCategoryList
CodeOrNullList getCategoryList()
getQuantityList
MeasureOrNullList getQuantityList()
getCountList
IntegerOrNullList getCountList()
isSetBooleanList
boolean isSetBooleanList()
isSetCategoryList
boolean isSetCategoryList()
isSetQuantityList
boolean isSetQuantityList()
isSetCountList
boolean isSetCountList()
setBooleanList
void setBooleanList(BooleanOrNullList booleanList)
setCategoryList
void setCategoryList(CodeOrNullList categoryList)
setQuantityList
void setQuantityList(MeasureOrNullList quantityList)
setCountList
void setCountList(IntegerOrNullList countList)
unsetBooleanList
void unsetBooleanList()
unsetCategoryList
void unsetCategoryList()
unsetQuantityList
void unsetQuantityList()
unsetCountList
void unsetCountList()