org.citygml4j.model.gml.base
Interface ArrayAssociation<T extends Associable & Child>

All Superinterfaces:
Association<T>, Child, Copyable, GML, ModelObject
All Known Subinterfaces:
CurveArrayProperty, CurveSegmentArrayProperty, FeatureArrayProperty, GeometryArrayProperty<T>, LineStringSegmentArrayProperty, PointArrayProperty, SolidArrayProperty, SurfaceArrayProperty, SurfacePatchArrayProperty, TrianglePatchArrayProperty, ValueArrayProperty
All Known Implementing Classes:
ArrayAssociationImpl, CurveArrayPropertyImpl, CurveSegmentArrayPropertyImpl, FeatureArrayPropertyImpl, GeometryArrayPropertyImpl, LineStringSegmentArrayPropertyImpl, PointArrayPropertyImpl, SolidArrayPropertyImpl, SurfaceArrayPropertyImpl, SurfacePatchArrayPropertyImpl, TrianglePatchArrayPropertyImpl, ValueArrayPropertyImpl

public interface ArrayAssociation<T extends Associable & Child>
extends GML, Association<T>, Child, Copyable


Method Summary
 void addObject(T object)
           
 java.util.List<T> getObject()
           
 boolean isSetObject()
           
 void setObject(java.util.List<T> object)
           
 void unsetObject()
           
 boolean unsetObject(T object)
           
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
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

getObject

java.util.List<T> getObject()

isSetObject

boolean isSetObject()

addObject

void addObject(T object)

setObject

void setObject(java.util.List<T> object)

unsetObject

boolean unsetObject(T object)

unsetObject

void unsetObject()