org.citygml4j.impl.citygml.generics
Class DoubleAttributeImpl
java.lang.Object
org.citygml4j.impl.citygml.generics.AbstractGenericAttributeImpl
org.citygml4j.impl.citygml.generics.DoubleAttributeImpl
- All Implemented Interfaces:
- CityGML, AbstractGenericAttribute, DoubleAttribute, GenericsModuleComponent, ModelObject, Child, Copyable
public class DoubleAttributeImpl
- extends AbstractGenericAttributeImpl
- implements DoubleAttribute
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleAttributeImpl
public DoubleAttributeImpl()
DoubleAttributeImpl
public DoubleAttributeImpl(GenericsModule module)
getValue
public java.lang.Double getValue()
- Specified by:
getValue
in interface DoubleAttribute
isSetValue
public boolean isSetValue()
- Specified by:
isSetValue
in interface DoubleAttribute
setValue
public void setValue(java.lang.Double value)
- Specified by:
setValue
in interface DoubleAttribute
unsetValue
public void unsetValue()
- Specified by:
unsetValue
in interface DoubleAttribute
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
getCityGMLClass
public CityGMLClass getCityGMLClass()
- Specified by:
getCityGMLClass
in interface CityGML
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable
- Overrides:
copyTo
in class AbstractGenericAttributeImpl