public static enum CxUser.Role8x extends Enum<CxUser.Role8x>
| Enum Constant and Description |
|---|
COMPANYMANAGER |
REVIEWER |
SCANNER |
SERVERMANAGER |
SPMANAGER |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
Integer |
getValue() |
static CxUser.Role8x |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CxUser.Role8x[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CxUser.Role8x SCANNER
public static final CxUser.Role8x REVIEWER
public static final CxUser.Role8x COMPANYMANAGER
public static final CxUser.Role8x SPMANAGER
public static final CxUser.Role8x SERVERMANAGER
public static CxUser.Role8x[] values()
for (CxUser.Role8x c : CxUser.Role8x.values()) System.out.println(c);
public static CxUser.Role8x 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 getKey()
public Integer getValue()
Copyright © 2020. All rights reserved.