public static enum TableMetaData.TableRole extends Enum<TableMetaData.TableRole>
Enum Constant and Description |
---|
Child |
ChildExtension |
Join |
Parent |
ParentExtension |
Unknown |
Modifier and Type | Method and Description |
---|---|
static TableMetaData.TableRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableMetaData.TableRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableMetaData.TableRole Child
public static final TableMetaData.TableRole ChildExtension
public static final TableMetaData.TableRole Join
public static final TableMetaData.TableRole Parent
public static final TableMetaData.TableRole ParentExtension
public static final TableMetaData.TableRole Unknown
public static TableMetaData.TableRole[] values()
for (TableMetaData.TableRole c : TableMetaData.TableRole.values()) System.out.println(c);
public static TableMetaData.TableRole 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 © 2011-2018 restSQL Project Contributors