public enum CommitmentType extends java.lang.Enum<CommitmentType>
| Enum Constant and Description |
|---|
APPROVAL |
CREATION |
DELIVERY |
ORIGIN |
RECEIPT |
SENDER |
TEST |
| Modifier and Type | Method and Description |
|---|---|
com.objsys.asn1j.runtime.Asn1ObjectIdentifier |
getOid() |
static CommitmentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommitmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommitmentType ORIGIN
public static final CommitmentType RECEIPT
public static final CommitmentType DELIVERY
public static final CommitmentType SENDER
public static final CommitmentType APPROVAL
public static final CommitmentType CREATION
public static final CommitmentType TEST
public static CommitmentType[] values()
for (CommitmentType c : CommitmentType.values()) System.out.println(c);
public static CommitmentType 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 com.objsys.asn1j.runtime.Asn1ObjectIdentifier getOid()
Copyright © 2025. All rights reserved.