Class TLcdOWSAllowedValues

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSAllowedValues
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdOWSAllowedValues extends TLcdDataObject
  • Field Details Link icon

    • VALUES_PROPERTY Link icon

      public static final TLcdDataProperty VALUES_PROPERTY
      Data property that maps to the choice between the Value and Range elements. The possible values for this property are instances of java.util.List with elements of class
  • Constructor Details Link icon

    • TLcdOWSAllowedValues Link icon

      public TLcdOWSAllowedValues()
    • TLcdOWSAllowedValues Link icon

      public TLcdOWSAllowedValues(TLcdDataType aType)
  • Method Details Link icon

    • getValues Link icon

      public List<ILcdDataObject> getValues()
      Returns the value of the property that maps to the choice between the Value and Range 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.