Enum Class Enums.Size

java.lang.Object
java.lang.Enum<Enums.Size>
com.motivewave.platform.sdk.common.Enums.Size
All Implemented Interfaces:
Serializable, Comparable<Enums.Size>, Constable
Enclosing interface:
Enums

public static enum Enums.Size extends Enum<Enums.Size>
Describes the size of a marker or figure.
  • Enum Constant Details

    • VERY_SMALL

      public static final Enums.Size VERY_SMALL
      Very small size.
    • SMALL

      public static final Enums.Size SMALL
      Small size.
    • MEDIUM

      public static final Enums.Size MEDIUM
      Medium size.
    • LARGE

      public static final Enums.Size LARGE
      Large size.
    • VERY_LARGE

      public static final Enums.Size VERY_LARGE
      Very large size.
  • Method Details

    • values

      public static Enums.Size[] 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 Enums.Size 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
    • getShortCode

      public String getShortCode()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Enums.Size>
    • fromCode

      public static Enums.Size fromCode(String str)