Constructor and Description |
---|
Measure() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
GMLClass |
getGMLClass() |
ModelType |
getModelType() |
ModelObject |
getParent() |
java.lang.String |
getUom() |
double |
getValue() |
boolean |
isSetParent() |
boolean |
isSetUom() |
boolean |
isSetValue() |
void |
setParent(ModelObject parent) |
void |
setUom(java.lang.String uom) |
void |
setValue(double value) |
void |
unsetParent() |
public ModelType getModelType()
getModelType
in interface ModelObject
public GMLClass getGMLClass()
getGMLClass
in interface GML
public java.lang.String getUom()
public double getValue()
public boolean isSetUom()
public boolean isSetValue()
public void setUom(java.lang.String uom)
public void setValue(double value)
public ModelObject getParent()
public void setParent(ModelObject parent)
public boolean isSetParent()
isSetParent
in interface Child
public void unsetParent()
unsetParent
in interface Child
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
public java.lang.Object copy(CopyBuilder copyBuilder)