public class FeatureArrayProperty extends ArrayAssociation<AbstractFeature>
Constructor and Description |
---|
FeatureArrayProperty() |
FeatureArrayProperty(AbstractFeature... abstractFeature) |
FeatureArrayProperty(AbstractFeature abstractFeature) |
FeatureArrayProperty(java.util.List<AbstractFeature> abstractFeature) |
Modifier and Type | Method and Description |
---|---|
void |
addFeature(AbstractFeature feature) |
void |
addGenericADEElement(ADEGenericElement genericADEElement) |
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
java.lang.Class<AbstractFeature> |
getAssociableClass() |
java.util.List<? extends AbstractFeature> |
getFeature() |
java.util.List<ADEGenericElement> |
getGenericADEElement() |
GMLClass |
getGMLClass() |
boolean |
isSetFeature() |
boolean |
isSetGenericADEElement() |
void |
setFeature(java.util.List<? extends AbstractFeature> feature) |
void |
setGenericADEComponent(java.util.List<ADEGenericElement> genericADEComponent) |
void |
unsetFeature() |
boolean |
unsetFeature(AbstractFeature feature) |
void |
unsetGenericADEElement() |
boolean |
unsetGenericADEElement(ADEComponent genericADEElement) |
addObject, getLocalProperty, getObject, getParent, hasLocalProperty, isSetObject, isSetParent, setLocalProperty, setObject, setParent, unsetLocalProperty, unsetObject, unsetObject, unsetParent
public FeatureArrayProperty()
public FeatureArrayProperty(AbstractFeature abstractFeature)
public FeatureArrayProperty(java.util.List<AbstractFeature> abstractFeature)
public FeatureArrayProperty(AbstractFeature... abstractFeature)
public void addFeature(AbstractFeature feature)
public void addGenericADEElement(ADEGenericElement genericADEElement)
public java.util.List<? extends AbstractFeature> getFeature()
public java.util.List<ADEGenericElement> getGenericADEElement()
public boolean isSetFeature()
public boolean isSetGenericADEElement()
public void setFeature(java.util.List<? extends AbstractFeature> feature)
public void setGenericADEComponent(java.util.List<ADEGenericElement> genericADEComponent)
public void unsetFeature()
public void unsetGenericADEElement()
public boolean unsetFeature(AbstractFeature feature)
public boolean unsetGenericADEElement(ADEComponent genericADEElement)
public GMLClass getGMLClass()
getGMLClass
in interface GML
getGMLClass
in class ArrayAssociation<AbstractFeature>
public java.lang.Class<AbstractFeature> getAssociableClass()
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class ArrayAssociation<AbstractFeature>