Package com.aspose.tasks
Class CustomPropertyType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.CustomPropertyType
-
public final class CustomPropertyType extends com.aspose.ms.System.Enum
Represents a custom property type enumeration.
-
-
Field Summary
Fields Modifier and Type Field Description static int
Boolean
The property is a boolean value.static int
DateTime
The property is a date time value.static int
None
The property has no type.static int
Number
The property is an integer number.static int
String
The property is a string value.
-
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
-
None
public static final int None
The property has no type.
- See Also:
- Constant Field Values
-
String
public static final int String
The property is a string value.
- See Also:
- Constant Field Values
-
DateTime
public static final int DateTime
The property is a date time value.
- See Also:
- Constant Field Values
-
Number
public static final int Number
The property is an integer number.
- See Also:
- Constant Field Values
-
Boolean
public static final int Boolean
The property is a boolean value.
- See Also:
- Constant Field Values
-
-