public enum EmbeddedProfileApiField extends Enum<EmbeddedProfileApiField> implements AbstractField
| Enum Constant and Description |
|---|
COMMON_DB_CONFIGURATION_ID |
COMMON_DB_ID |
ID |
PROFILE_ID |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
static EmbeddedProfileApiField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedProfileApiField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbeddedProfileApiField ID
public static final EmbeddedProfileApiField PROFILE_ID
public static final EmbeddedProfileApiField COMMON_DB_ID
public static final EmbeddedProfileApiField COMMON_DB_CONFIGURATION_ID
public static EmbeddedProfileApiField[] values()
for (EmbeddedProfileApiField c : EmbeddedProfileApiField.values()) System.out.println(c);
public static EmbeddedProfileApiField 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.