@Internal public enum EscherPropertyTypesHolder extends Enum<EscherPropertyTypesHolder>
| Enum Constant and Description |
|---|
ARRAY |
BOOLEAN |
RGB |
SHAPE_PATH |
SIMPLE |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static EscherPropertyTypesHolder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EscherPropertyTypesHolder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EscherPropertyTypesHolder UNKNOWN
public static final EscherPropertyTypesHolder BOOLEAN
public static final EscherPropertyTypesHolder RGB
public static final EscherPropertyTypesHolder SHAPE_PATH
public static final EscherPropertyTypesHolder SIMPLE
public static final EscherPropertyTypesHolder ARRAY
public static EscherPropertyTypesHolder[] values()
for (EscherPropertyTypesHolder c : EscherPropertyTypesHolder.values()) System.out.println(c);
public static EscherPropertyTypesHolder valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null