public enum TrStatusType extends java.lang.Enum<TrStatusType>
Java class for trStatusType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="trStatusType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="clientApproved"/>
<enumeration value="clientCancelled"/>
<enumeration value="clientRejected"/>
<enumeration value="pending"/>
<enumeration value="serverApproved"/>
<enumeration value="serverCancelled"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CLIENT_APPROVED |
CLIENT_CANCELLED |
CLIENT_REJECTED |
PENDING |
SERVER_APPROVED |
SERVER_CANCELLED |
| Modifier and Type | Method and Description |
|---|---|
static TrStatusType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static TrStatusType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrStatusType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrStatusType CLIENT_APPROVED
public static final TrStatusType CLIENT_CANCELLED
public static final TrStatusType CLIENT_REJECTED
public static final TrStatusType PENDING
public static final TrStatusType SERVER_APPROVED
public static final TrStatusType SERVER_CANCELLED
public static TrStatusType[] values()
for (TrStatusType c : TrStatusType.values()) System.out.println(c);
public static TrStatusType 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 TrStatusType fromValue(java.lang.String v)
Copyright © 2021. All rights reserved.