com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class MaskType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.tasks.MaskType


  • public final class MaskType
    extends com.aspose.ms.System.Enum

    Specifies the type of a mask.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Characters
      Indicates Characters mask type.
      static int LowerCaseLetters
      Indicates LowerCaseLetters mask type.
      static int Null
      Indicates Null mask type.
      static int Numbers
      Indicates Numbers mask type.
      static int UpperCaseLetters
      Indicates UpperCaseLetters mask type.
      static int Val4
      Indicates Lookup for Cost mask type.
      static int Val5
      Indicates Lookup for Dates mask type.
      static int Val6
      Indicates Lookup for Durations mask type.
      static int Val7
      Indicates Lookup for Numbers mask type.
      static int Val8
      Indicates Lookup for Flags mask type.
      static int Val9
      Indicates Lookup for FinishDate mask type.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • UpperCaseLetters

        public static final int UpperCaseLetters

        Indicates UpperCaseLetters mask type.

        See Also:
        Constant Field Values
      • LowerCaseLetters

        public static final int LowerCaseLetters

        Indicates LowerCaseLetters mask type.

        See Also:
        Constant Field Values
      • Characters

        public static final int Characters

        Indicates Characters mask type.

        See Also:
        Constant Field Values
      • Val4

        public static final int Val4

        Indicates Lookup for Cost mask type.

        See Also:
        Constant Field Values
      • Val5

        public static final int Val5

        Indicates Lookup for Dates mask type.

        See Also:
        Constant Field Values
      • Val6

        public static final int Val6

        Indicates Lookup for Durations mask type.

        See Also:
        Constant Field Values
      • Val7

        public static final int Val7

        Indicates Lookup for Numbers mask type.

        See Also:
        Constant Field Values
      • Val8

        public static final int Val8

        Indicates Lookup for Flags mask type.

        See Also:
        Constant Field Values
      • Val9

        public static final int Val9

        Indicates Lookup for FinishDate mask type.

        See Also:
        Constant Field Values