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