public enum SfcDesignatedAuthorityType extends java.lang.Enum<SfcDesignatedAuthorityType>
Enum Constant and Description |
---|
AUDIT_AUTHORITY |
CERTIFYING_AUTHORITY |
DELEGATED_AUTHORITY |
MANAGEMENT_AUTHORITY |
RESPONSIBLE_AUTHORITY |
Modifier and Type | Method and Description |
---|---|
static SfcDesignatedAuthorityType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static SfcDesignatedAuthorityType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SfcDesignatedAuthorityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SfcDesignatedAuthorityType MANAGEMENT_AUTHORITY
public static final SfcDesignatedAuthorityType CERTIFYING_AUTHORITY
public static final SfcDesignatedAuthorityType AUDIT_AUTHORITY
public static final SfcDesignatedAuthorityType RESPONSIBLE_AUTHORITY
public static final SfcDesignatedAuthorityType DELEGATED_AUTHORITY
public static SfcDesignatedAuthorityType[] values()
for (SfcDesignatedAuthorityType c : SfcDesignatedAuthorityType.values()) System.out.println(c);
public static SfcDesignatedAuthorityType 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 SfcDesignatedAuthorityType fromValue(java.lang.String v)
Copyright © 2024. All rights reserved.