public enum MdmAppConfigKeyType extends Enum<MdmAppConfigKeyType> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
BOOLEAN_TYPE |
INTEGER_TYPE |
REAL_TYPE |
STRING_TYPE |
TOKEN_TYPE |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static MdmAppConfigKeyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MdmAppConfigKeyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MdmAppConfigKeyType STRING_TYPE
public static final MdmAppConfigKeyType INTEGER_TYPE
public static final MdmAppConfigKeyType REAL_TYPE
public static final MdmAppConfigKeyType BOOLEAN_TYPE
public static final MdmAppConfigKeyType TOKEN_TYPE
public static MdmAppConfigKeyType[] values()
for (MdmAppConfigKeyType c : MdmAppConfigKeyType.values()) System.out.println(c);
public static MdmAppConfigKeyType 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 enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.