CustomFieldType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class CustomFieldType extends System.Enum
Specifies the type of a custom field.
Fields
Field | Description |
---|---|
Cost | Indicates Cost custom field type. |
Date | Indicates Date custom field type. |
Duration | Indicates Duration custom field type. |
Finish | Indicates Finish custom field type. |
Flag | Indicates Flag custom field type. |
Null | Indicates Null custom field type. |
Number | Indicates Number custom field type. |
OutlineCode | Indicates Outline Code custom field type. |
RBS | Indicates RBS (Resource Breakdown Structure) custom field type. |
Start | Indicates Start custom field type. |
Text | Indicates Text custom field type. |
Cost
public static final int Cost
Indicates Cost custom field type.
Date
public static final int Date
Indicates Date custom field type.
Duration
public static final int Duration
Indicates Duration custom field type.
Finish
public static final int Finish
Indicates Finish custom field type.
Flag
public static final int Flag
Indicates Flag custom field type.
Null
public static final int Null
Indicates Null custom field type.
Number
public static final int Number
Indicates Number custom field type.
OutlineCode
public static final int OutlineCode
Indicates Outline Code custom field type.
RBS
public static final int RBS
Indicates RBS (Resource Breakdown Structure) custom field type.
Start
public static final int Start
Indicates Start custom field type.
Text
public static final int Text
Indicates Text custom field type.