Class DoubleAttribute
- java.lang.Object
-
- org.citygml4j.model.citygml.generics.AbstractGenericAttribute
-
- org.citygml4j.model.citygml.generics.DoubleAttribute
-
- All Implemented Interfaces:
java.io.Serializable
,CityGML
,CityGMLModuleComponent
,GenericsModuleComponent
,ModelObject
,Child
,Copyable
public class DoubleAttribute extends AbstractGenericAttribute
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DoubleAttribute()
DoubleAttribute(double value)
DoubleAttribute(java.lang.String name, double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
copy(CopyBuilder copyBuilder)
java.lang.Object
copyTo(java.lang.Object target, CopyBuilder copyBuilder)
CityGMLClass
getCityGMLClass()
java.lang.Double
getValue()
boolean
isSetValue()
void
setValue(java.lang.Double value)
void
unsetValue()
-
Methods inherited from class org.citygml4j.model.citygml.generics.AbstractGenericAttribute
getName, getParent, isSetName, isSetParent, setName, setParent, unsetName, unsetParent
-
-
-
-
Method Detail
-
getValue
public java.lang.Double getValue()
-
isSetValue
public boolean isSetValue()
-
setValue
public void setValue(java.lang.Double value)
-
unsetValue
public void unsetValue()
-
getCityGMLClass
public CityGMLClass getCityGMLClass()
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
- Specified by:
copyTo
in interfaceCopyable
- Overrides:
copyTo
in classAbstractGenericAttribute
-
-