@Internal public enum EscherPropertyTypesHolder extends java.lang.Enum<EscherPropertyTypesHolder>
Enum Constant and Description |
---|
ARRAY |
BOOLEAN |
RGB |
SHAPE_PATH |
SIMPLE |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static EscherPropertyTypesHolder |
valueOf(java.lang.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(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 nullCopyright 2022 The Apache Software Foundation or its licensors, as applicable.