public class ProposalStatus extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_APPROVED |
static String |
_DRAFT |
static String |
_PENDING_APPROVAL |
static String |
_REJECTED |
static String |
_UNKNOWN |
static ProposalStatus |
APPROVED |
static ProposalStatus |
DRAFT |
static ProposalStatus |
PENDING_APPROVAL |
static ProposalStatus |
REJECTED |
static ProposalStatus |
UNKNOWN |
| Modifier | Constructor and Description |
|---|---|
protected |
ProposalStatus(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ProposalStatus |
fromString(String value) |
static ProposalStatus |
fromValue(String value) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getValue() |
int |
hashCode() |
Object |
readResolve() |
String |
toString() |
public static final String _DRAFT
public static final String _PENDING_APPROVAL
public static final String _APPROVED
public static final String _REJECTED
public static final String _UNKNOWN
public static final ProposalStatus DRAFT
public static final ProposalStatus PENDING_APPROVAL
public static final ProposalStatus APPROVED
public static final ProposalStatus REJECTED
public static final ProposalStatus UNKNOWN
protected ProposalStatus(String value)
public String getValue()
public static ProposalStatus fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static ProposalStatus fromString(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic Object readResolve() throws ObjectStreamException
ObjectStreamExceptionpublic static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
Copyright © 2019. All rights reserved.