| Enum Constant and Description |
|---|
ALL_PROPERTIES
Returns all the properties used by the Exchange Business Logic layer to construct a folder.
|
DEFAULT
Returns a set of properties that are defined as the default for the item or folder.
|
ID
Returns only the item or folder ID.
|
| Modifier and Type | Method and Description |
|---|---|
static ShapeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShapeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShapeType ID
public static final ShapeType DEFAULT
public static final ShapeType ALL_PROPERTIES
public static ShapeType[] values()
for (ShapeType c : ShapeType.values()) System.out.println(c);
public static ShapeType 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