Enum Class ELcdS52ColorScheme

java.lang.Object
java.lang.Enum<ELcdS52ColorScheme>
com.luciad.format.s52.ELcdS52ColorScheme
All Implemented Interfaces:
Serializable, Comparable<ELcdS52ColorScheme>, Constable

public enum ELcdS52ColorScheme extends Enum<ELcdS52ColorScheme>
Enumeration for the S-52 color schemes.
Since:
2013.1
  • Enum Constant Details

  • Method Details

    • values

      public static ELcdS52ColorScheme[] 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 ELcdS52ColorScheme 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<ELcdS52ColorScheme>
    • fromValue

      public static ELcdS52ColorScheme fromValue(String aValue)
    • toValue

      public static String toValue(ELcdS52ColorScheme aValue)