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