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.EnumSpecifies the type of a custom field.
-
-
Field Summary
Fields Modifier and Type Field Description static intCostIndicates Cost custom field type.static intDateIndicates Date custom field type.static intDurationIndicates Duration custom field type.static intFinishIndicates Finish custom field type.static intFlagIndicates Flag custom field type.static intNullIndicates Null custom field type.static intNumberIndicates Number custom field type.static intOutlineCodeIndicates Outline Code custom field type.static intRBSIndicates RBS (Resource Breakdown Structure) custom field type.static intStartIndicates Start custom field type.static intTextIndicates 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
-
-