public abstract class ADEGenericApplicationProperty<T> extends java.lang.Object implements ADEModelObject
Constructor and Description |
---|
ADEGenericApplicationProperty() |
ADEGenericApplicationProperty(T value) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
ADEClass |
getADEClass() |
CityGMLClass |
getCityGMLClass() |
ModelObject |
getParent() |
T |
getValue() |
boolean |
isSetParent() |
void |
setParent(ModelObject parent) |
void |
setValue(T value) |
void |
unsetParent() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getADEModule
public ADEGenericApplicationProperty()
public ADEGenericApplicationProperty(T value)
public T getValue()
public void setValue(T value)
public ModelObject getParent()
public void setParent(ModelObject parent)
public boolean isSetParent()
isSetParent
in interface Child
public void unsetParent()
unsetParent
in interface Child
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface ADEModelObject
getCityGMLClass
in interface CityGML
public ADEClass getADEClass()
getADEClass
in interface ADEComponent
getADEClass
in interface ADEModelObject
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)