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

FieldDescription
CostIndicates Cost custom field type.
DateIndicates Date custom field type.
DurationIndicates Duration custom field type.
FinishIndicates Finish custom field type.
FlagIndicates Flag custom field type.
NullIndicates Null custom field type.
NumberIndicates Number custom field type.
OutlineCodeIndicates Outline Code custom field type.
RBSIndicates RBS (Resource Breakdown Structure) custom field type.
StartIndicates Start custom field type.
TextIndicates 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.