public static enum CommandFacetAbstract.Enablement extends Enum<CommandFacetAbstract.Enablement>
| Modifier and Type | Method and Description |
|---|---|
static CommandFacetAbstract.Enablement |
isDisabled(boolean disabled) |
static CommandFacetAbstract.Enablement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandFacetAbstract.Enablement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandFacetAbstract.Enablement DISABLED
public static final CommandFacetAbstract.Enablement ENABLED
public static CommandFacetAbstract.Enablement[] values()
for (CommandFacetAbstract.Enablement c : CommandFacetAbstract.Enablement.values()) System.out.println(c);
public static CommandFacetAbstract.Enablement 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 CommandFacetAbstract.Enablement isDisabled(boolean disabled)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.