org.citygml4j.model.gml.valueObjects
Interface ValueArrayProperty

All Superinterfaces:
ArrayAssociation<Value>, Association<Value>, Child, Copyable, GML, ModelObject
All Known Implementing Classes:
ValueArrayPropertyImpl

public interface ValueArrayProperty
extends ArrayAssociation<Value>


Method Summary
 void addValue(Value value)
           
 java.util.List<Value> getValue()
           
 boolean isSetValue()
           
 void setValue(java.util.List<Value> value)
           
 void unsetValue()
           
 boolean unsetValue(Value value)
           
 
Methods inherited from interface org.citygml4j.model.gml.base.ArrayAssociation
addObject, getObject, isSetObject, setObject, unsetObject, unsetObject
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getValue

java.util.List<Value> getValue()

isSetValue

boolean isSetValue()

setValue

void setValue(java.util.List<Value> value)

addValue

void addValue(Value value)

unsetValue

void unsetValue()

unsetValue

boolean unsetValue(Value value)