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.Enum
Specifies the type of a mask.
-
-
Field Summary
Fields Modifier and Type Field 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.
-
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
-
-