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