Package com.luciad.format.gml32.model
Class TLcdGML32InlineProperty
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32InlineProperty
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData any property.static final TLcdDataPropertyData property that maps to theownsattribute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAny()Returns the value of the any property.booleangetOwns()Returns the value of the property that maps to theownsattribute.voidSets the value of the any property.voidsetOwns(boolean aValue) Sets the value of the property that maps to theownsattribute.
-
Field Details
-
OWNS_PROPERTY
Data property that maps to theownsattribute. The possible values for this property are instances ofboolean. -
ANY_PROPERTY
Data any property. The possible values for this property are instances ofObject.
-
-
Constructor Details
-
TLcdGML32InlineProperty
public TLcdGML32InlineProperty() -
TLcdGML32InlineProperty
-
-
Method Details
-
getOwns
public boolean getOwns()Returns the value of the property that maps to theownsattribute.- Returns:
- the value of the
OWNS_PROPERTYproperty.
-
setOwns
public void setOwns(boolean aValue) Sets the value of the property that maps to theownsattribute.- Parameters:
aValue- the value to set for theOWNS_PROPERTYproperty.
-
getAny
Returns the value of the any property.- Returns:
- the value of the
ANY_PROPERTYproperty.
-
setAny
Sets the value of the any property.- Parameters:
aValue- the value to set for theANY_PROPERTYproperty.
-