com.lombardisoftware.webapi
Class TaskStatus
java.lang.Object
com.lombardisoftware.webapi.TaskStatus
- All Implemented Interfaces:
- java.io.Serializable
public class TaskStatus
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Method Summary |
boolean |
equals(java.lang.Object obj)
|
static TaskStatus |
fromString(java.lang.String value)
|
static TaskStatus |
fromValue(java.lang.String value)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.String |
getValue()
|
int |
hashCode()
|
java.lang.Object |
readResolve()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
_New_or_Received
public static final java.lang.String _New_or_Received
- See Also:
- Constant Field Values
_New
public static final java.lang.String _New
- See Also:
- Constant Field Values
_Received
public static final java.lang.String _Received
- See Also:
- Constant Field Values
_Replied
public static final java.lang.String _Replied
- See Also:
- Constant Field Values
_Forwarded
public static final java.lang.String _Forwarded
- See Also:
- Constant Field Values
_Sent
public static final java.lang.String _Sent
- See Also:
- Constant Field Values
_Actioned
public static final java.lang.String _Actioned
- See Also:
- Constant Field Values
_Closed
public static final java.lang.String _Closed
- See Also:
- Constant Field Values
_Special
public static final java.lang.String _Special
- See Also:
- Constant Field Values
_Deleted
public static final java.lang.String _Deleted
- See Also:
- Constant Field Values
_Alert
public static final java.lang.String _Alert
- See Also:
- Constant Field Values
_Help_Request
public static final java.lang.String _Help_Request
- See Also:
- Constant Field Values
_Comment
public static final java.lang.String _Comment
- See Also:
- Constant Field Values
_Answered_Help_Request
public static final java.lang.String _Answered_Help_Request
- See Also:
- Constant Field Values
_Ignored_Help_Request
public static final java.lang.String _Ignored_Help_Request
- See Also:
- Constant Field Values
New_or_Received
public static final TaskStatus New_or_Received
New
public static final TaskStatus New
Received
public static final TaskStatus Received
Replied
public static final TaskStatus Replied
Forwarded
public static final TaskStatus Forwarded
Sent
public static final TaskStatus Sent
Actioned
public static final TaskStatus Actioned
Closed
public static final TaskStatus Closed
Special
public static final TaskStatus Special
Deleted
public static final TaskStatus Deleted
Alert
public static final TaskStatus Alert
Help_Request
public static final TaskStatus Help_Request
Comment
public static final TaskStatus Comment
Answered_Help_Request
public static final TaskStatus Answered_Help_Request
Ignored_Help_Request
public static final TaskStatus Ignored_Help_Request
getValue
public java.lang.String getValue()
fromValue
public static TaskStatus fromValue(java.lang.String value)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
fromString
public static TaskStatus fromString(java.lang.String value)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
readResolve
public java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()
- Return type metadata object
(C) Copyright IBM Corporation 2011. All Rights Reserved.