public final class CustomFieldType
extends com.aspose.ms.System.Enum
Specifies the type of a custom field.
Modifier and Type | Field and 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.
|
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
public static final int Null
Indicates Null custom field type.
public static final int Cost
Indicates Cost custom field type.
public static final int Date
Indicates Date custom field type.
public static final int Duration
Indicates Duration custom field type.
public static final int Finish
Indicates Finish custom field type.
public static final int Flag
Indicates Flag custom field type.
public static final int Number
Indicates Number custom field type.
public static final int Start
Indicates Start custom field type.
public static final int Text
Indicates Text custom field type.
public static final int OutlineCode
Indicates Outline Code custom field type.
public static final int RBS
Indicates RBS (Resource Breakdown Structure) custom field type.