public static enum User.OrganisationRoleEnum extends Enum<User.OrganisationRoleEnum>
| Enum Constant and Description |
|---|
CASHBOOKCLIENT |
FINANCIALADVISER |
INVOICEONLY |
MANAGEDCLIENT |
READONLY |
STANDARD |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static User.OrganisationRoleEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static User.OrganisationRoleEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static User.OrganisationRoleEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final User.OrganisationRoleEnum READONLY
public static final User.OrganisationRoleEnum INVOICEONLY
public static final User.OrganisationRoleEnum STANDARD
public static final User.OrganisationRoleEnum FINANCIALADVISER
public static final User.OrganisationRoleEnum MANAGEDCLIENT
public static final User.OrganisationRoleEnum CASHBOOKCLIENT
public static final User.OrganisationRoleEnum UNKNOWN
public static User.OrganisationRoleEnum[] values()
for (User.OrganisationRoleEnum c : User.OrganisationRoleEnum.values()) System.out.println(c);
public static User.OrganisationRoleEnum 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 getValue()
public String toString()
toString in class Enum<User.OrganisationRoleEnum>public static User.OrganisationRoleEnum fromValue(String value)
Copyright © 2019. All rights reserved.