public static enum ChmCommons.IntelState extends Enum<ChmCommons.IntelState>
Enum Constant and Description |
---|
NOT_STARTED |
STARTED |
Modifier and Type | Method and Description |
---|---|
static ChmCommons.IntelState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChmCommons.IntelState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChmCommons.IntelState STARTED
public static final ChmCommons.IntelState NOT_STARTED
public static ChmCommons.IntelState[] values()
for (ChmCommons.IntelState c : ChmCommons.IntelState.values()) System.out.println(c);
public static ChmCommons.IntelState 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 © 2007–1969 The Apache Software Foundation. All rights reserved.