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