public static enum ObjectRef.ObjectType extends Enum<ObjectRef.ObjectType>
| Enum Constant and Description |
|---|
AUTO_FILTER |
CHART |
DATA_VALIDATION |
| Modifier and Type | Method and Description |
|---|---|
static ObjectRef.ObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectRef.ObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectRef.ObjectType CHART
public static final ObjectRef.ObjectType DATA_VALIDATION
public static final ObjectRef.ObjectType AUTO_FILTER
public static ObjectRef.ObjectType[] values()
for (ObjectRef.ObjectType c : ObjectRef.ObjectType.values()) System.out.println(c);
public static ObjectRef.ObjectType 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 nullCopyright © 2020. All rights reserved.