public enum MapiPropertyType extends java.lang.Enum<MapiPropertyType>
| Enum Constant and Description |
|---|
APPLICATION_TIME
The property is of type ApplicationTime.
|
APPLICATION_TIME_ARRAY
The property is of type ApplicationTimeArray.
|
BINARY
The property is of type Binary.
|
BINARY_ARRAY
The property is of type BinaryArray.
|
BOOLEAN
The property is of type Boolean.
|
CLSID
The property is of type CLSID.
|
CLSID_ARRAY
The property is of type CLSIDArray.
|
CURRENCY
The property is of type Currency.
|
CURRENCY_ARRAY
The property is of type CurrencyArray.
|
DOUBLE
The property is of type Double.
|
DOUBLE_ARRAY
The property is of type DoubleArray.
|
ERROR
The property is of type Error.
|
FLOAT
The property is of type Float.
|
FLOAT_ARRAY
The property is of type FloatArray.
|
INTEGER
The property is of type Integer.
|
INTEGER_ARRAY
The property is of type IntegerArray.
|
LONG
The property is of type Long.
|
LONG_ARRAY
The property is of type LongArray.
|
NULL
The property is of type Null.
|
OBJECT
The property is of type Object.
|
OBJECT_ARRAY
The property is of type ObjectArray.
|
SHORT
The property is of type Short.
|
SHORT_ARRAY
The property is of type ShortArray.
|
STRING
The property is of type String.
|
STRING_ARRAY
The property is of type StringArray.
|
SYSTEM_TIME
The property is of type SystemTime.
|
SYSTEM_TIME_ARRAY
The property is of type SystemTimeArray.
|
| Modifier and Type | Method and Description |
|---|---|
static MapiPropertyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapiPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapiPropertyType APPLICATION_TIME
public static final MapiPropertyType APPLICATION_TIME_ARRAY
public static final MapiPropertyType BINARY
public static final MapiPropertyType BINARY_ARRAY
public static final MapiPropertyType BOOLEAN
public static final MapiPropertyType CLSID
public static final MapiPropertyType CLSID_ARRAY
public static final MapiPropertyType CURRENCY
public static final MapiPropertyType CURRENCY_ARRAY
public static final MapiPropertyType DOUBLE
public static final MapiPropertyType DOUBLE_ARRAY
public static final MapiPropertyType ERROR
public static final MapiPropertyType FLOAT
public static final MapiPropertyType FLOAT_ARRAY
public static final MapiPropertyType INTEGER
public static final MapiPropertyType INTEGER_ARRAY
public static final MapiPropertyType LONG
public static final MapiPropertyType LONG_ARRAY
public static final MapiPropertyType NULL
public static final MapiPropertyType OBJECT
public static final MapiPropertyType OBJECT_ARRAY
public static final MapiPropertyType SHORT
public static final MapiPropertyType SHORT_ARRAY
public static final MapiPropertyType SYSTEM_TIME
public static final MapiPropertyType SYSTEM_TIME_ARRAY
public static final MapiPropertyType STRING
public static final MapiPropertyType STRING_ARRAY
public static MapiPropertyType[] values()
for (MapiPropertyType c : MapiPropertyType.values()) System.out.println(c);
public static MapiPropertyType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null