protected static enum OtherRevocationInfoFormat.OtherRevocationInfoFormatField extends Enum<OtherRevocationInfoFormat.OtherRevocationInfoFormatField> implements EnumType
| Enum Constant and Description |
|---|
OTHER_REV_INFO |
OTHER_REV_INFO_FORMAT |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static OtherRevocationInfoFormat.OtherRevocationInfoFormatField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtherRevocationInfoFormat.OtherRevocationInfoFormatField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OtherRevocationInfoFormat.OtherRevocationInfoFormatField OTHER_REV_INFO_FORMAT
public static final OtherRevocationInfoFormat.OtherRevocationInfoFormatField OTHER_REV_INFO
public static OtherRevocationInfoFormat.OtherRevocationInfoFormatField[] values()
for (OtherRevocationInfoFormat.OtherRevocationInfoFormatField c : OtherRevocationInfoFormat.OtherRevocationInfoFormatField.values()) System.out.println(c);
public static OtherRevocationInfoFormat.OtherRevocationInfoFormatField 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 nullCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.