public static enum RemoteCatalogRequest.Command extends java.lang.Enum<RemoteCatalogRequest.Command>
| Modifier and Type | Method and Description |
|---|---|
static RemoteCatalogRequest.Command |
valueOf(java.lang.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(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