Enum Class MaskType

java.lang.Object
java.lang.Enum<MaskType>
com.aspose.tasks.cloud.model.MaskType
All Implemented Interfaces:
Serializable, Comparable<MaskType>, java.lang.constant.Constable

public enum MaskType extends Enum<MaskType>
Specifies the type of a mask.
  • Enum Constant Details

    • NULL

      public static final MaskType NULL
    • NUMBERS

      public static final MaskType NUMBERS
    • UPPERCASELETTERS

      public static final MaskType UPPERCASELETTERS
    • LOWERCASELETTERS

      public static final MaskType LOWERCASELETTERS
    • CHARACTERS

      public static final MaskType CHARACTERS
    • VAL4

      public static final MaskType VAL4
    • VAL5

      public static final MaskType VAL5
    • VAL6

      public static final MaskType VAL6
    • VAL7

      public static final MaskType VAL7
    • VAL8

      public static final MaskType VAL8
    • VAL9

      public static final MaskType VAL9
  • Method Details

    • values

      public static MaskType[] 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 MaskType 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
    • getValue

      public String getValue()
    • toString

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

      public static MaskType fromValue(String text)