public static enum KKey.Level extends Enum<KKey.Level>
| Enum Constant and Description |
|---|
CATALOG |
CHARACTERISTIC |
CUSTOM_CHARACTERISTIC |
CUSTOM_PART |
CUSTOM_VALUE |
GROUP |
HIERARCHY |
PART |
SIMPLE_HIERARCHY |
UNKNOWN |
VALUE |
| Modifier and Type | Method and Description |
|---|---|
static KKey.Level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KKey.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KKey.Level PART
public static final KKey.Level CHARACTERISTIC
public static final KKey.Level VALUE
public static final KKey.Level CUSTOM_PART
public static final KKey.Level CUSTOM_CHARACTERISTIC
public static final KKey.Level CUSTOM_VALUE
public static final KKey.Level GROUP
public static final KKey.Level HIERARCHY
public static final KKey.Level SIMPLE_HIERARCHY
public static final KKey.Level CATALOG
public static final KKey.Level UNKNOWN
public static KKey.Level[] values()
for (KKey.Level c : KKey.Level.values()) System.out.println(c);
public static KKey.Level 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 nullCopyright © 2019. All rights reserved.