public enum ELizenzTyp extends Enum<ELizenzTyp>
| Enum Constant and Description | 
|---|
CLOUD  | 
DEMO  | 
LIZENZ  | 
STAGING  | 
STANDBY  | 
| Modifier and Type | Method and Description | 
|---|---|
static ELizenzTyp | 
findByKey(String name)  | 
static ELizenzTyp | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ELizenzTyp[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ELizenzTyp CLOUD
public static final ELizenzTyp DEMO
public static final ELizenzTyp LIZENZ
public static final ELizenzTyp STAGING
public static final ELizenzTyp STANDBY
public static ELizenzTyp[] values()
for (ELizenzTyp c : ELizenzTyp.values()) System.out.println(c);
public static ELizenzTyp 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 ELizenzTyp findByKey(String name)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.