public class SolidArrayProperty extends GeometryArrayProperty<AbstractSolid>
Constructor and Description |
---|
SolidArrayProperty() |
SolidArrayProperty(AbstractSolid... abstractSolid) |
SolidArrayProperty(AbstractSolid abstractSolid) |
SolidArrayProperty(java.util.List<AbstractSolid> abstractSolid) |
Modifier and Type | Method and Description |
---|---|
void |
addSolid(AbstractSolid abstractSolid) |
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
java.lang.Class<AbstractSolid> |
getAssociableClass() |
GMLClass |
getGMLClass() |
ModelType |
getModelType() |
java.util.List<? extends AbstractSolid> |
getSolid() |
boolean |
isSetSolid() |
void |
setSolid(java.util.List<? extends AbstractSolid> abstractSolid) |
void |
unsetSolid() |
boolean |
unsetSolid(AbstractSolid abstractSolid) |
addGeometry, getGeometry, isSetGeometry, setGeometry, unsetGeometry, unsetGeometry
addObject, getLocalProperty, getObject, getParent, hasLocalProperty, isSetObject, isSetParent, setLocalProperty, setObject, setParent, unsetLocalProperty, unsetObject, unsetObject, unsetParent
public SolidArrayProperty()
public SolidArrayProperty(AbstractSolid abstractSolid)
public SolidArrayProperty(java.util.List<AbstractSolid> abstractSolid)
public SolidArrayProperty(AbstractSolid... abstractSolid)
public void addSolid(AbstractSolid abstractSolid)
public java.util.List<? extends AbstractSolid> getSolid()
public boolean isSetSolid()
public void setSolid(java.util.List<? extends AbstractSolid> abstractSolid)
public void unsetSolid()
public boolean unsetSolid(AbstractSolid abstractSolid)
public ModelType getModelType()
getModelType
in interface ModelObject
getModelType
in class ArrayAssociation<AbstractSolid>
public GMLClass getGMLClass()
getGMLClass
in interface GML
getGMLClass
in class GeometryArrayProperty<AbstractSolid>
public java.lang.Class<AbstractSolid> getAssociableClass()
getAssociableClass
in interface Association<AbstractSolid>
getAssociableClass
in class GeometryArrayProperty<AbstractSolid>
public java.lang.Object copy(CopyBuilder copyBuilder)
copy
in interface Copyable
copy
in class GeometryArrayProperty<AbstractSolid>
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class GeometryArrayProperty<AbstractSolid>