Package com.aspose.tasks
Class CustomFieldType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.CustomFieldType
-
public final class CustomFieldType extends com.aspose.ms.System.Enum
Specifies the type of a custom field.
-
-
Field Summary
Fields Modifier and Type Field Description static int
Cost
Indicates Cost custom field type.static int
Date
Indicates Date custom field type.static int
Duration
Indicates Duration custom field type.static int
Finish
Indicates Finish custom field type.static int
Flag
Indicates Flag custom field type.static int
Null
Indicates Null custom field type.static int
Number
Indicates Number custom field type.static int
OutlineCode
Indicates Outline Code custom field type.static int
RBS
Indicates RBS (Resource Breakdown Structure) custom field type.static int
Start
Indicates Start custom field type.static int
Text
Indicates Text custom field 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 custom field type.
- See Also:
- Constant Field Values
-
Cost
public static final int Cost
Indicates Cost custom field type.
- See Also:
- Constant Field Values
-
Date
public static final int Date
Indicates Date custom field type.
- See Also:
- Constant Field Values
-
Duration
public static final int Duration
Indicates Duration custom field type.
- See Also:
- Constant Field Values
-
Finish
public static final int Finish
Indicates Finish custom field type.
- See Also:
- Constant Field Values
-
Flag
public static final int Flag
Indicates Flag custom field type.
- See Also:
- Constant Field Values
-
Number
public static final int Number
Indicates Number custom field type.
- See Also:
- Constant Field Values
-
Start
public static final int Start
Indicates Start custom field type.
- See Also:
- Constant Field Values
-
Text
public static final int Text
Indicates Text custom field type.
- See Also:
- Constant Field Values
-
OutlineCode
public static final int OutlineCode
Indicates Outline Code custom field type.
- See Also:
- Constant Field Values
-
RBS
public static final int RBS
Indicates RBS (Resource Breakdown Structure) custom field type.
- See Also:
- Constant Field Values
-
-