Class AllowedValueList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<AllowedValue>, Collection<AllowedValue>, List<AllowedValue>, RandomAccess

public class AllowedValueList extends Vector<AllowedValue>
See Also:
  • Field Details

  • Constructor Details

    • AllowedValueList

      public AllowedValueList()
    • AllowedValueList

      public AllowedValueList(String[] values)
  • Method Details

    • getAllowedValue

      public AllowedValue getAllowedValue(int n)
    • isAllowed

      public boolean isAllowed(String v)