org.citygml4j.model.gml.basicTypes
Interface DoubleOrNullList
- All Superinterfaces:
- Child, Copyable, GML, ModelObject
- All Known Subinterfaces:
- MeasureOrNullList, QuantityExtent
- All Known Implementing Classes:
- DoubleOrNullListImpl, MeasureOrNullListImpl, QuantityExtentImpl
public interface DoubleOrNullList
- extends GML, Child, Copyable
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
getDoubleOrNull
java.util.List<DoubleOrNull> getDoubleOrNull()
isSetDoubleOrNull
boolean isSetDoubleOrNull()
setDoubleOrNull
void setDoubleOrNull(java.util.List<DoubleOrNull> doubleOrNull)
addDoubleOrNull
void addDoubleOrNull(DoubleOrNull DoubleOrNull)
unsetDoubleOrNull
void unsetDoubleOrNull()
unsetDoubleOrNull
boolean unsetDoubleOrNull(DoubleOrNull doubleOrNull)