public static enum Imaginary._Field extends Enum<Imaginary._Field> implements PField
| Modifier and Type | Method and Description |
|---|---|
static Imaginary._Field |
forKey(int key) |
static Imaginary._Field |
forName(String name) |
String |
getComment() |
Object |
getDefaultValue() |
PDescriptor<?> |
getDescriptor() |
int |
getKey() |
String |
getName() |
PRequirement |
getRequirement() |
PType |
getType() |
boolean |
hasDefaultValue() |
String |
toString() |
static Imaginary._Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Imaginary._Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Imaginary._Field V
public static final Imaginary._Field I
public static Imaginary._Field[] values()
for (Imaginary._Field c : Imaginary._Field.values()) System.out.println(c);
public static Imaginary._Field 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 String getComment()
getComment in interface PFieldpublic PRequirement getRequirement()
getRequirement in interface PFieldpublic PDescriptor<?> getDescriptor()
getDescriptor in interface PFieldpublic boolean hasDefaultValue()
hasDefaultValue in interface PFieldpublic Object getDefaultValue()
getDefaultValue in interface PFieldpublic String toString()
toString in class Enum<Imaginary._Field>public static Imaginary._Field forKey(int key)
public static Imaginary._Field forName(String name)
Copyright © 2016. All rights reserved.