@ThriftEnum public static enum SelectedRole.Type extends Enum<SelectedRole.Type>
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static SelectedRole.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectedRole.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectedRole.Type ROLE
public static final SelectedRole.Type ALL
public static final SelectedRole.Type NONE
public static SelectedRole.Type[] values()
for (SelectedRole.Type c : SelectedRole.Type.values()) System.out.println(c);
public static SelectedRole.Type 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@ThriftEnumValue public int getValue()
Copyright © 2012–2022. All rights reserved.