public enum GaianResourceType extends Enum<GaianResourceType>
| Modifier and Type | Method and Description |
|---|---|
static GaianResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GaianResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GaianResourceType NONE
public static final GaianResourceType SCHEMA
public static final GaianResourceType TABLE
public static final GaianResourceType COLUMN
public static GaianResourceType[] values()
for (GaianResourceType c : GaianResourceType.values()) System.out.println(c);
public static GaianResourceType 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 nullCopyright © 2018–2020 ODPi. All rights reserved.