public static enum CalcCache.BedStructureType extends Enum<CalcCache.BedStructureType>
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
DOCUMENT ME!
|
int |
getId()
DOCUMENT ME!
|
static CalcCache.BedStructureType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalcCache.BedStructureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalcCache.BedStructureType RIP
public static final CalcCache.BedStructureType TH
public static final CalcCache.BedStructureType WU
public static final CalcCache.BedStructureType KO
public static CalcCache.BedStructureType[] values()
for (CalcCache.BedStructureType c : CalcCache.BedStructureType.values()) System.out.println(c);
public static CalcCache.BedStructureType 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 int getId()
public String getCode()
Copyright © 2012–2026 cismet GmbH. All rights reserved.