public class FeatureProperty<T extends AbstractFeature> extends AssociationByRepOrRef<T>
Constructor and Description |
---|
FeatureProperty() |
FeatureProperty(java.lang.String href) |
FeatureProperty(T feature) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
java.lang.Class<T> |
getAssociableClass() |
T |
getFeature() |
ADEGenericElement |
getGenericADEElement() |
GMLClass |
getGMLClass() |
boolean |
isSetFeature() |
boolean |
isSetGenericADEElement() |
void |
setFeature(T feature) |
void |
setGenericADEElement(ADEGenericElement genericADEElement) |
void |
unsetFeature() |
void |
unsetGenericADEElement() |
getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetArcrole, unsetHref, unsetRemoteSchema, unsetRole, unsetShow, unsetTitle, unsetType
getLocalProperty, getObject, getParent, hasLocalProperty, isSetObject, isSetParent, setLocalProperty, setObject, setParent, unsetLocalProperty, unsetObject, unsetParent
public FeatureProperty()
public FeatureProperty(T feature)
public FeatureProperty(java.lang.String href)
public T getFeature()
public boolean isSetFeature()
public void setFeature(T feature)
public void unsetFeature()
public ADEGenericElement getGenericADEElement()
public boolean isSetGenericADEElement()
public void setGenericADEElement(ADEGenericElement genericADEElement)
public void unsetGenericADEElement()
public GMLClass getGMLClass()
getGMLClass
in interface GML
getGMLClass
in class AssociationByRepOrRef<T extends AbstractFeature>
public java.lang.Class<T> getAssociableClass()
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class AssociationByRepOrRef<T extends AbstractFeature>
public java.lang.Object copy(CopyBuilder copyBuilder)