org.citygml4j.model.gml.basicTypes
Interface MeasureOrNullList

All Superinterfaces:
Child, Copyable, DoubleOrNullList, GML, ModelObject
All Known Subinterfaces:
QuantityExtent
All Known Implementing Classes:
MeasureOrNullListImpl, QuantityExtentImpl

public interface MeasureOrNullList
extends DoubleOrNullList


Method Summary
 java.lang.String getUom()
           
 boolean isSetUom()
           
 void setUom(java.lang.String uom)
           
 void unsetUom()
           
 
Methods inherited from interface org.citygml4j.model.gml.basicTypes.DoubleOrNullList
addDoubleOrNull, getDoubleOrNull, isSetDoubleOrNull, setDoubleOrNull, unsetDoubleOrNull, unsetDoubleOrNull
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getUom

java.lang.String getUom()

isSetUom

boolean isSetUom()

setUom

void setUom(java.lang.String uom)

unsetUom

void unsetUom()