public enum IndividualRoleEnum extends Enum<IndividualRoleEnum>
Java class for individualRoleEnum.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Method and Description |
---|---|
static IndividualRoleEnum |
fromValue(String v) |
String |
value() |
static IndividualRoleEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndividualRoleEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndividualRoleEnum PUBLIC
public static final IndividualRoleEnum RELAY
public static final IndividualRoleEnum GUIDE
public static final IndividualRoleEnum SUPPORT
public static IndividualRoleEnum[] values()
for (IndividualRoleEnum c : IndividualRoleEnum.values()) System.out.println(c);
public static IndividualRoleEnum 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 nullpublic String value()
public static IndividualRoleEnum fromValue(String v)
Copyright © 2021. All rights reserved.