Enum Class MappingKeys1_20_1

java.lang.Object
java.lang.Enum<MappingKeys1_20_1>
de.oliver.fancyholograms.version.MappingKeys1_20_1
All Implemented Interfaces:
Serializable, Comparable<MappingKeys1_20_1>, Constable

public enum MappingKeys1_20_1 extends Enum<MappingKeys1_20_1>
  • Enum Constant Details

    • DATA_INTERPOLATION_DURATION_ID

      public static final MappingKeys1_20_1 DATA_INTERPOLATION_DURATION_ID
    • DATA_INTERPOLATION_START_DELTA_TICKS_ID

      public static final MappingKeys1_20_1 DATA_INTERPOLATION_START_DELTA_TICKS_ID
    • DATA_LINE_WIDTH_ID

      public static final MappingKeys1_20_1 DATA_LINE_WIDTH_ID
    • DATA_BACKGROUND_COLOR_ID

      public static final MappingKeys1_20_1 DATA_BACKGROUND_COLOR_ID
  • Method Details

    • values

      public static MappingKeys1_20_1[] 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 MappingKeys1_20_1 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
    • getMapping

      public String getMapping()