public enum LocalNexusTypeId extends java.lang.Enum<LocalNexusTypeId>
| Enum Constant and Description |
|---|
All
No comment data provided
|
Selected
No comment data provided
|
StateAdministered
No comment data provided
|
| Modifier and Type | Method and Description |
|---|---|
static LocalNexusTypeId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocalNexusTypeId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocalNexusTypeId Selected
public static final LocalNexusTypeId StateAdministered
public static final LocalNexusTypeId All
public static LocalNexusTypeId[] values()
for (LocalNexusTypeId c : LocalNexusTypeId.values()) System.out.println(c);
public static LocalNexusTypeId 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 null