org.citygml4j.model.gml.valueObjects
Class CompositeValue
java.lang.Object
org.citygml4j.model.gml.base.AbstractGML
org.citygml4j.model.gml.valueObjects.CompositeValue
- All Implemented Interfaces:
- Associable, ModelObject, Child, Copyable, StandardObjectProperties, GML
- Direct Known Subclasses:
- ValueArray
public class CompositeValue
- extends AbstractGML
Methods inherited from class org.citygml4j.model.gml.base.AbstractGML |
addMetaDataProperty, addName, getDescription, getId, getLocalProperty, getMetaDataProperty, getModelType, getName, getParent, hasLocalProperty, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setLocalProperty, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetLocalProperty, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeValue
public CompositeValue()
CompositeValue
public CompositeValue(java.util.List<Value> values)
CompositeValue
public CompositeValue(Value... values)
getValueComponent
public java.util.List<ValueProperty> getValueComponent()
getValueComponents
public ValueArrayProperty getValueComponents()
isSetValueComponent
public boolean isSetValueComponent()
isSetValueComponents
public boolean isSetValueComponents()
addValueComponent
public void addValueComponent(ValueProperty valueComponent)
setValueComponent
public void setValueComponent(java.util.List<ValueProperty> valueComponent)
setValueComponents
public void setValueComponents(ValueArrayProperty valueComponents)
unsetValueComponent
public boolean unsetValueComponent(ValueProperty valueComponent)
unsetValueComponent
public void unsetValueComponent()
unsetValueComponents
public void unsetValueComponents()
getGMLClass
public GMLClass getGMLClass()
- Specified by:
getGMLClass
in interface GML
- Overrides:
getGMLClass
in class AbstractGML
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable
- Overrides:
copyTo
in class AbstractGML
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
accept
public void accept(GMLVisitor visitor)
- Specified by:
accept
in class AbstractGML
accept
public <T> T accept(GMLFunctor<T> visitor)
- Specified by:
accept
in class AbstractGML