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