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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to the choice between theValueandRangeelements. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theValueandRangeelements.
-
Field Details
-
VALUES_PROPERTY
Data property that maps to the choice between theValueandRangeelements. The possible values for this property are instances ofjava.util.Listwith elements of class
-
-
Constructor Details
-
TLcdOWSAllowedValues
public TLcdOWSAllowedValues() -
TLcdOWSAllowedValues
-
-
Method Details
-
getValues
Returns the value of the property that maps to the choice between theValueandRangeelements.The possible values for this property are instances of
java.util.Listwith elements of class- Returns:
- the value of the
VALUES_PROPERTYproperty.
-