Package com.luciad.ogc.ows.model
Class TLcdOWSAllowedValues
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSAllowedValues
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to the choice between theValue
andRange
elements. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theValue
andRange
elements.
-
Field Details
-
VALUES_PROPERTY
Data property that maps to the choice between theValue
andRange
elements. The possible values for this property are instances ofjava.util.List
with elements of class
-
-
Constructor Details
-
TLcdOWSAllowedValues
public TLcdOWSAllowedValues() -
TLcdOWSAllowedValues
-
-
Method Details
-
getValues
Returns the value of the property that maps to the choice between theValue
andRange
elements.The possible values for this property are instances of
java.util.List
with elements of class- Returns:
- the value of the
VALUES_PROPERTY
property.
-