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