org.citygml4j.model.citygml.generics
Interface DoubleAttribute

All Superinterfaces:
AbstractGenericAttribute, Child, CityGML, Copyable, GenericsModuleComponent, ModelObject
All Known Implementing Classes:
DoubleAttributeImpl

public interface DoubleAttribute
extends AbstractGenericAttribute


Method Summary
 java.lang.Double getValue()
           
 boolean isSetValue()
           
 void setValue(java.lang.Double value)
           
 void unsetValue()
           
 
Methods inherited from interface org.citygml4j.model.citygml.generics.AbstractGenericAttribute
getName, isSetName, setName, unsetName
 
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass, getCityGMLModule, isSetCityGMLModule
 
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.copy.Copyable
copy, copyTo
 

Method Detail

getValue

java.lang.Double getValue()

isSetValue

boolean isSetValue()

setValue

void setValue(java.lang.Double value)

unsetValue

void unsetValue()