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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data any property.static final TLcdDataProperty
Data property that maps to theowns
attribute. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAny()
Returns the value of the any property.boolean
getOwns()
Returns the value of the property that maps to theowns
attribute.void
Sets the value of the any property.void
setOwns
(boolean aValue) Sets the value of the property that maps to theowns
attribute.
-
Field Details
-
OWNS_PROPERTY
Data property that maps to theowns
attribute. 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 theowns
attribute.- Returns:
- the value of the
OWNS_PROPERTY
property.
-
setOwns
public void setOwns(boolean aValue) Sets the value of the property that maps to theowns
attribute.- Parameters:
aValue
- the value to set for theOWNS_PROPERTY
property.
-
getAny
Returns the value of the any property.- Returns:
- the value of the
ANY_PROPERTY
property.
-
setAny
Sets the value of the any property.- Parameters:
aValue
- the value to set for theANY_PROPERTY
property.
-