public static enum AssertedValueSetServices.BaseName extends java.lang.Enum<AssertedValueSetServices.BaseName>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static AssertedValueSetServices.BaseName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AssertedValueSetServices.BaseName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssertedValueSetServices.BaseName CODE
public static final AssertedValueSetServices.BaseName NAME
public static AssertedValueSetServices.BaseName[] values()
for (AssertedValueSetServices.BaseName c : AssertedValueSetServices.BaseName.values()) System.out.println(c);
public static AssertedValueSetServices.BaseName valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<AssertedValueSetServices.BaseName>