Constructor and Description |
---|
DataBlock() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
DoubleOrNullList |
getDoubleOrNullTupleList() |
GMLClass |
getGMLClass() |
ModelType |
getModelType() |
ModelObject |
getParent() |
RangeParameters |
getRangeParameters() |
Coordinates |
getTupleList() |
boolean |
isSetDoubleOrNullTupleList() |
boolean |
isSetParent() |
boolean |
isSetRangeParameters() |
boolean |
isSetTupleList() |
void |
setDoubleOrNullTupleList(DoubleOrNullList doubleOrNullTupleList) |
void |
setParent(ModelObject parent) |
void |
setRangeParameters(RangeParameters rangeParameters) |
void |
setTupleList(Coordinates tupleList) |
void |
unsetDoubleOrNullTupleList() |
void |
unsetParent() |
void |
unsetRangeParameters() |
void |
unsetTupleList() |
public ModelType getModelType()
getModelType
in interface ModelObject
public GMLClass getGMLClass()
getGMLClass
in interface GML
public RangeParameters getRangeParameters()
public Coordinates getTupleList()
public DoubleOrNullList getDoubleOrNullTupleList()
public boolean isSetRangeParameters()
public boolean isSetTupleList()
public boolean isSetDoubleOrNullTupleList()
public void setRangeParameters(RangeParameters rangeParameters)
public void setTupleList(Coordinates tupleList)
public void setDoubleOrNullTupleList(DoubleOrNullList doubleOrNullTupleList)
public void unsetRangeParameters()
public void unsetTupleList()
public void unsetDoubleOrNullTupleList()
public ModelObject getParent()
public boolean isSetParent()
isSetParent
in interface Child
public void setParent(ModelObject parent)
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)