public enum EmbeddedProjectField extends Enum<EmbeddedProjectField> implements AbstractField
| Enum Constant and Description |
|---|
ALIAS |
CLIENT_ID |
DOMAIN |
ENCRYPTION_IV |
ENCRYPTION_KEY |
ID |
PORT_RANGE |
PROJECT_NAME |
PROJECT_NAME_PASCAL_CASE |
PROJECT_TITLE |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
static EmbeddedProjectField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedProjectField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbeddedProjectField ID
public static final EmbeddedProjectField CLIENT_ID
public static final EmbeddedProjectField PROJECT_NAME
public static final EmbeddedProjectField PROJECT_NAME_PASCAL_CASE
public static final EmbeddedProjectField PROJECT_TITLE
public static final EmbeddedProjectField DOMAIN
public static final EmbeddedProjectField ALIAS
public static final EmbeddedProjectField PORT_RANGE
public static final EmbeddedProjectField ENCRYPTION_KEY
public static final EmbeddedProjectField ENCRYPTION_IV
public static EmbeddedProjectField[] values()
for (EmbeddedProjectField c : EmbeddedProjectField.values()) System.out.println(c);
public static EmbeddedProjectField 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 getFieldName()
getFieldName in interface AbstractFieldCopyright © 2019. All rights reserved.