public static enum RemoteCatalogRequest.Command extends Enum<RemoteCatalogRequest.Command>
| Modifier and Type | Method and Description |
|---|---|
static RemoteCatalogRequest.Command |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteCatalogRequest.Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteCatalogRequest.Command SHOW
public static final RemoteCatalogRequest.Command SUBSET
public static final RemoteCatalogRequest.Command VALIDATE
public static RemoteCatalogRequest.Command[] values()
for (RemoteCatalogRequest.Command c : RemoteCatalogRequest.Command.values()) System.out.println(c);
public static RemoteCatalogRequest.Command 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 null