|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FaultCodesType>
com.ibm.websphere.wsaddr10.FaultCodesType
public enum FaultCodesType
A representation of the literals of the enumeration 'Fault Codes Type', and utility methods for working with them.
Enum Constant Summary | |
---|---|
TNS_ACTION_MISMATCH_LITERAL
The 'Tns Action Mismatch' literal object. |
|
TNS_ACTION_NOT_SUPPORTED_LITERAL
The 'Tns Action Not Supported' literal object. |
|
TNS_DESTINATION_UNREACHABLE_LITERAL
The 'Tns Destination Unreachable' literal object. |
|
TNS_DUPLICATE_MESSAGE_ID_LITERAL
The 'Tns Duplicate Message ID' literal object. |
|
TNS_ENDPOINT_UNAVAILABLE_LITERAL
The 'Tns Endpoint Unavailable' literal object. |
|
TNS_INVALID_ADDRESS_LITERAL
The 'Tns Invalid Address' literal object. |
|
TNS_INVALID_ADDRESSING_HEADER_LITERAL
The 'Tns Invalid Addressing Header' literal object. |
|
TNS_INVALID_CARDINALITY_LITERAL
The 'Tns Invalid Cardinality' literal object. |
|
TNS_INVALID_EPR_LITERAL
The 'Tns Invalid EPR' literal object. |
|
TNS_MESSAGE_ADDRESSING_HEADER_REQUIRED_LITERAL
The 'Tns Message Addressing Header Required' literal object. |
|
TNS_MISSING_ADDRESS_IN_EPR_LITERAL
The 'Tns Missing Address In EPR' literal object. |
Field Summary | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
static int |
TNS_ACTION_MISMATCH
The 'Tns Action Mismatch' literal value. |
static int |
TNS_ACTION_NOT_SUPPORTED
The 'Tns Action Not Supported' literal value. |
static int |
TNS_DESTINATION_UNREACHABLE
The 'Tns Destination Unreachable' literal value. |
static int |
TNS_DUPLICATE_MESSAGE_ID
The 'Tns Duplicate Message ID' literal value. |
static int |
TNS_ENDPOINT_UNAVAILABLE
The 'Tns Endpoint Unavailable' literal value. |
static int |
TNS_INVALID_ADDRESS
The 'Tns Invalid Address' literal value. |
static int |
TNS_INVALID_ADDRESSING_HEADER
The 'Tns Invalid Addressing Header' literal value. |
static int |
TNS_INVALID_CARDINALITY
The 'Tns Invalid Cardinality' literal value. |
static int |
TNS_INVALID_EPR
The 'Tns Invalid EPR' literal value. |
static int |
TNS_MESSAGE_ADDRESSING_HEADER_REQUIRED
The 'Tns Message Addressing Header Required' literal value. |
static int |
TNS_MISSING_ADDRESS_IN_EPR
The 'Tns Missing Address In EPR' literal value. |
static java.util.List<FaultCodesType> |
VALUES
A public read-only list of all the 'Relationship Type' enumerators. |
Method Summary | |
---|---|
static FaultCodesType |
get(int value)
Returns the 'Relationship Type' literal with the specified integer value. |
static FaultCodesType |
get(java.lang.String literal)
Returns the 'Relationship Type' literal with the specified literal value. |
static FaultCodesType |
getByName(java.lang.String name)
Returns the 'Relationship Type' literal with the specified name. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static FaultCodesType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FaultCodesType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final FaultCodesType TNS_INVALID_ADDRESSING_HEADER_LITERAL
TNS_INVALID_ADDRESSING_HEADER
public static final FaultCodesType TNS_INVALID_ADDRESS_LITERAL
TNS_INVALID_ADDRESS
public static final FaultCodesType TNS_INVALID_EPR_LITERAL
TNS_INVALID_EPR
public static final FaultCodesType TNS_INVALID_CARDINALITY_LITERAL
TNS_INVALID_CARDINALITY
public static final FaultCodesType TNS_MISSING_ADDRESS_IN_EPR_LITERAL
TNS_MISSING_ADDRESS_IN_EPR
public static final FaultCodesType TNS_DUPLICATE_MESSAGE_ID_LITERAL
TNS_DUPLICATE_MESSAGE_ID
public static final FaultCodesType TNS_ACTION_MISMATCH_LITERAL
TNS_ACTION_MISMATCH
public static final FaultCodesType TNS_MESSAGE_ADDRESSING_HEADER_REQUIRED_LITERAL
TNS_MESSAGE_ADDRESSING_HEADER_REQUIRED
public static final FaultCodesType TNS_DESTINATION_UNREACHABLE_LITERAL
TNS_DESTINATION_UNREACHABLE
public static final FaultCodesType TNS_ACTION_NOT_SUPPORTED_LITERAL
TNS_ACTION_NOT_SUPPORTED
public static final FaultCodesType TNS_ENDPOINT_UNAVAILABLE_LITERAL
TNS_ENDPOINT_UNAVAILABLE
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String $sccsid
public static final int TNS_INVALID_ADDRESSING_HEADER
TNS_INVALID_ADDRESSING_HEADER_LITERAL
,
Constant Field Valuespublic static final int TNS_INVALID_ADDRESS
TNS_INVALID_ADDRESS_LITERAL
,
Constant Field Valuespublic static final int TNS_INVALID_EPR
TNS_INVALID_EPR_LITERAL
,
Constant Field Valuespublic static final int TNS_INVALID_CARDINALITY
TNS_INVALID_CARDINALITY_LITERAL
,
Constant Field Valuespublic static final int TNS_MISSING_ADDRESS_IN_EPR
TNS_MISSING_ADDRESS_IN_EPR_LITERAL
,
Constant Field Valuespublic static final int TNS_DUPLICATE_MESSAGE_ID
TNS_DUPLICATE_MESSAGE_ID_LITERAL
,
Constant Field Valuespublic static final int TNS_ACTION_MISMATCH
TNS_ACTION_MISMATCH_LITERAL
,
Constant Field Valuespublic static final int TNS_MESSAGE_ADDRESSING_HEADER_REQUIRED
TNS_MESSAGE_ADDRESSING_HEADER_REQUIRED_LITERAL
,
Constant Field Valuespublic static final int TNS_DESTINATION_UNREACHABLE
TNS_DESTINATION_UNREACHABLE_LITERAL
,
Constant Field Valuespublic static final int TNS_ACTION_NOT_SUPPORTED
TNS_ACTION_NOT_SUPPORTED_LITERAL
,
Constant Field Valuespublic static final int TNS_ENDPOINT_UNAVAILABLE
TNS_ENDPOINT_UNAVAILABLE_LITERAL
,
Constant Field Valuespublic static final java.util.List<FaultCodesType> VALUES
Method Detail |
---|
public static FaultCodesType[] values()
for (FaultCodesType c : FaultCodesType.values()) System.out.println(c);
public static FaultCodesType 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 name
java.lang.NullPointerException
- if the argument is nullpublic static FaultCodesType get(java.lang.String literal)
public static FaultCodesType getByName(java.lang.String name)
public static FaultCodesType get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<FaultCodesType>
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |