public static enum ApplicationInformationEnum.ConcreteApplicationInformationEnum extends Enum<ApplicationInformationEnum.ConcreteApplicationInformationEnum>
Enum Constant and Description |
---|
MMB_INVALID_VALUE |
RAPIDHA |
Modifier and Type | Method and Description |
---|---|
static ApplicationInformationEnum.ConcreteApplicationInformationEnum |
get(short v) |
short |
getCode() |
String |
getLabel() |
static ApplicationInformationEnum.ConcreteApplicationInformationEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationInformationEnum.ConcreteApplicationInformationEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationInformationEnum.ConcreteApplicationInformationEnum RAPIDHA
public static final ApplicationInformationEnum.ConcreteApplicationInformationEnum MMB_INVALID_VALUE
public static ApplicationInformationEnum.ConcreteApplicationInformationEnum[] values()
for (ApplicationInformationEnum.ConcreteApplicationInformationEnum c : ApplicationInformationEnum.ConcreteApplicationInformationEnum.values()) System.out.println(c);
public static ApplicationInformationEnum.ConcreteApplicationInformationEnum 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 static ApplicationInformationEnum.ConcreteApplicationInformationEnum get(short v)
public short getCode()
public String getLabel()
Copyright © 2016. All rights reserved.