public enum SfcIntermediateBodyType extends java.lang.Enum<SfcIntermediateBodyType>
Enum Constant and Description |
---|
CERTIFYING_AUTHORITY |
MANAGEMENT_AUTHORITY |
Modifier and Type | Method and Description |
---|---|
static SfcIntermediateBodyType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static SfcIntermediateBodyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SfcIntermediateBodyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SfcIntermediateBodyType MANAGEMENT_AUTHORITY
public static final SfcIntermediateBodyType CERTIFYING_AUTHORITY
public static SfcIntermediateBodyType[] values()
for (SfcIntermediateBodyType c : SfcIntermediateBodyType.values()) System.out.println(c);
public static SfcIntermediateBodyType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static SfcIntermediateBodyType fromValue(java.lang.String v)
Copyright © 2024. All rights reserved.