public static enum CompanyCertType.TypeEnum extends Enum<CompanyCertType.TypeEnum>
| Enum Constant and Description |
|---|
OPERATIONSSIGNING |
OPERATIONSUSER |
USER |
USERSIGNING |
| Modifier and Type | Method and Description |
|---|---|
static CompanyCertType.TypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static CompanyCertType.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompanyCertType.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompanyCertType.TypeEnum USERSIGNING
public static final CompanyCertType.TypeEnum USER
public static final CompanyCertType.TypeEnum OPERATIONSSIGNING
public static final CompanyCertType.TypeEnum OPERATIONSUSER
public static CompanyCertType.TypeEnum[] values()
for (CompanyCertType.TypeEnum c : CompanyCertType.TypeEnum.values()) System.out.println(c);
public static CompanyCertType.TypeEnum 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<CompanyCertType.TypeEnum>public static CompanyCertType.TypeEnum fromValue(String text)
Copyright © 2018 Symphony Software Foundation. All rights reserved.