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