public enum InstanceViewTypes extends Enum<InstanceViewTypes>
| Enum Constant and Description |
|---|
INSTANCE_VIEW
Enum value instanceView.
|
| Modifier and Type | Method and Description |
|---|---|
static InstanceViewTypes |
fromString(String value)
Parses a serialized value to a InstanceViewTypes instance.
|
String |
toString() |
static InstanceViewTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceViewTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstanceViewTypes INSTANCE_VIEW
public static InstanceViewTypes[] values()
for (InstanceViewTypes c : InstanceViewTypes.values()) System.out.println(c);
public static InstanceViewTypes 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 nullpublic static InstanceViewTypes fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<InstanceViewTypes>Copyright © 2019. All rights reserved.