Enum Class ELcdGML31Sign

java.lang.Object
java.lang.Enum<ELcdGML31Sign>
com.luciad.format.gml31.model.ELcdGML31Sign
All Implemented Interfaces:
Serializable, Comparable<ELcdGML31Sign>, Constable

public enum ELcdGML31Sign extends Enum<ELcdGML31Sign>
Utility type used in various places - e.g. to indicate the direction of topological objects; "+" for forwards, or "-" for backwards.
Since:
10.0
  • Enum Constant Details

  • Method Details

    • values

      public static ELcdGML31Sign[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ELcdGML31Sign valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public String value()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<ELcdGML31Sign>
    • fromValue

      public static ELcdGML31Sign fromValue(String aValue)
    • toValue

      public static String toValue(ELcdGML31Sign aValue)