Enum Class EngInstanceMask

java.lang.Object
java.lang.Enum<EngInstanceMask>
com.technia.dsx.threedspace.eng.instance.EngInstanceMask
All Implemented Interfaces:
com.technia.dsx.EnumType, Serializable, Comparable<EngInstanceMask>, Constable

public enum EngInstanceMask extends Enum<EngInstanceMask> implements com.technia.dsx.EnumType
  • Enum Constant Details

    • DEFAULT

      public static final EngInstanceMask DEFAULT
      Default mask for engineering instance.
    • DETAILS

      public static final EngInstanceMask DETAILS
      Details mask for engineering instance.
    • FILTERABLE

      public static final EngInstanceMask FILTERABLE
      Filterable mask for engineering instance.
    • POSITION

      public static final EngInstanceMask POSITION
      Position mask for engineering instance.
  • Method Details

    • values

      public static EngInstanceMask[] 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 EngInstanceMask 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
    • fromString

      public static EngInstanceMask fromString(String str)
    • fromString

      public static EngInstanceMask fromString(String str, EngInstanceMask defaultValue)
    • defaultIfNull

      public static EngInstanceMask defaultIfNull(EngInstanceMask mask)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<EngInstanceMask>