org.citygml4j.impl.gml.valueObjects
Class ValueArrayPropertyImpl
java.lang.Object
org.citygml4j.impl.gml.base.ArrayAssociationImpl<Value>
org.citygml4j.impl.gml.valueObjects.ValueArrayPropertyImpl
- All Implemented Interfaces:
- Association<Value>, ModelObject, Child, Copyable, ArrayAssociation<Value>, GML, ValueArrayProperty
public class ValueArrayPropertyImpl
- extends ArrayAssociationImpl<Value>
- implements ValueArrayProperty
Methods inherited from class org.citygml4j.impl.gml.base.ArrayAssociationImpl |
addObject, getModelType, getObject, getParent, isSetObject, isSetParent, setObject, setParent, unsetObject, unsetObject, unsetParent |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueArrayPropertyImpl
public ValueArrayPropertyImpl()
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
- Overrides:
getGMLClass
in class ArrayAssociationImpl<Value>
getValue
public java.util.List<Value> getValue()
- Specified by:
getValue
in interface ValueArrayProperty
isSetValue
public boolean isSetValue()
- Specified by:
isSetValue
in interface ValueArrayProperty
setValue
public void setValue(java.util.List<Value> value)
- Specified by:
setValue
in interface ValueArrayProperty
addValue
public void addValue(Value value)
- Specified by:
addValue
in interface ValueArrayProperty
unsetValue
public void unsetValue()
- Specified by:
unsetValue
in interface ValueArrayProperty
unsetValue
public boolean unsetValue(Value value)
- Specified by:
unsetValue
in interface ValueArrayProperty
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable
- Overrides:
copyTo
in class ArrayAssociationImpl<Value>
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable