Package 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.EnumSpecifies the type of a mask.
-
-
Field Summary
Fields Modifier and Type Field Description static intCharactersIndicates Characters mask type.static intLowerCaseLettersIndicates LowerCaseLetters mask type.static intNullIndicates Null mask type.static intNumbersIndicates Numbers mask type.static intUpperCaseLettersIndicates UpperCaseLetters mask type.static intVal4Indicates Lookup for Cost mask type.static intVal5Indicates Lookup for Dates mask type.static intVal6Indicates Lookup for Durations mask type.static intVal7Indicates Lookup for Numbers mask type.static intVal8Indicates Lookup for Flags mask type.static intVal9Indicates Lookup for FinishDate mask type.
-
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
-
Null
public static final int Null
Indicates Null mask type.
- See Also:
- Constant Field Values
-
Numbers
public static final int Numbers
Indicates Numbers mask type.
- See Also:
- Constant Field Values
-
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
-
-