protected static enum CompositeAccessPoint.Status extends Enum<CompositeAccessPoint.Status>
Enum Constant and Description |
---|
ConfigHandled |
ConfigNotFound |
ConfigNotHandled |
Modifier and Type | Method and Description |
---|---|
static CompositeAccessPoint.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompositeAccessPoint.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompositeAccessPoint.Status ConfigNotFound
public static final CompositeAccessPoint.Status ConfigHandled
public static final CompositeAccessPoint.Status ConfigNotHandled
public static CompositeAccessPoint.Status[] values()
for (CompositeAccessPoint.Status c : CompositeAccessPoint.Status.values()) System.out.println(c);
public static CompositeAccessPoint.Status 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 © 2005–2015 IIPC. All rights reserved.