com.ibm.websphere.wsaddr10

Enum FaultCodesType

  1. java.lang.Object
  2. extended byjava.lang.Enum<FaultCodesType>
  3. extended bycom.ibm.websphere.wsaddr10.FaultCodesType
All implemented interfaces:
java.io.Serializable, java.lang.Comparable<FaultCodesType>, org.eclipse.emf.common.util.Enumerator

  1. public enum FaultCodesType
  2. extends java.lang.Enum<FaultCodesType>
  3. implements org.eclipse.emf.common.util.Enumerator
A representation of the literals of the enumeration 'Fault Codes Type', and utility methods for working with them.

Enum Constant Summary

Enum Constant and Description
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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
TNS_ACTION_MISMATCH
The 'Tns Action Mismatch' literal value.
  1. static
  2. int
TNS_ACTION_NOT_SUPPORTED
The 'Tns Action Not Supported' literal value.
  1. static
  2. int
TNS_DESTINATION_UNREACHABLE
The 'Tns Destination Unreachable' literal value.
  1. static
  2. int
TNS_DUPLICATE_MESSAGE_ID
The 'Tns Duplicate Message ID' literal value.
  1. static
  2. int
TNS_ENDPOINT_UNAVAILABLE
The 'Tns Endpoint Unavailable' literal value.
  1. static
  2. int
TNS_INVALID_ADDRESS
The 'Tns Invalid Address' literal value.
  1. static
  2. int
TNS_INVALID_ADDRESSING_HEADER
The 'Tns Invalid Addressing Header' literal value.
  1. static
  2. int
TNS_INVALID_CARDINALITY
The 'Tns Invalid Cardinality' literal value.
  1. static
  2. int
TNS_INVALID_EPR
The 'Tns Invalid EPR' literal value.
  1. static
  2. int
TNS_MESSAGE_ADDRESSING_HEADER_REQUIRED
The 'Tns Message Addressing Header Required' literal value.
  1. static
  2. int
TNS_MISSING_ADDRESS_IN_EPR
The 'Tns Missing Address In EPR' literal value.
  1. static
  2. java.util.List<FaultCodesType>
VALUES
A public read-only list of all the 'Relationship Type' enumerators.

Method Summary

Modifier and Type Method and Description
  1. static
  2. FaultCodesType
get(int value)
Returns the 'Relationship Type' literal with the specified integer value.
  1. static
  2. FaultCodesType
get(java.lang.String literal)
Returns the 'Relationship Type' literal with the specified literal value.
  1. static
  2. FaultCodesType
getByName(java.lang.String name)
Returns the 'Relationship Type' literal with the specified name.
  1. java.lang.String
getLiteral()
  1. java.lang.String
getName()
  1. int
getValue()
  1. java.lang.String
toString()
Returns the literal value of the enumerator, which is its string representation.
  1. static
  2. FaultCodesType
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
  1. static
  2. 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

TNS_INVALID_ADDRESSING_HEADER_LITERAL

  1. public static final FaultCodesType TNS_INVALID_ADDRESSING_HEADER_LITERAL
The 'Tns Invalid Addressing Header' literal object.
See Also:

TNS_INVALID_ADDRESS_LITERAL

  1. public static final FaultCodesType TNS_INVALID_ADDRESS_LITERAL
The 'Tns Invalid Address' literal object.
See Also:

TNS_INVALID_EPR_LITERAL

  1. public static final FaultCodesType TNS_INVALID_EPR_LITERAL
The 'Tns Invalid EPR' literal object.
See Also:

TNS_INVALID_CARDINALITY_LITERAL

  1. public static final FaultCodesType TNS_INVALID_CARDINALITY_LITERAL
The 'Tns Invalid Cardinality' literal object.
See Also:

TNS_MISSING_ADDRESS_IN_EPR_LITERAL

  1. public static final FaultCodesType TNS_MISSING_ADDRESS_IN_EPR_LITERAL
The 'Tns Missing Address In EPR' literal object.
See Also:

TNS_DUPLICATE_MESSAGE_ID_LITERAL

  1. public static final FaultCodesType TNS_DUPLICATE_MESSAGE_ID_LITERAL
The 'Tns Duplicate Message ID' literal object.
See Also:

TNS_ACTION_MISMATCH_LITERAL

  1. public static final FaultCodesType TNS_ACTION_MISMATCH_LITERAL
The 'Tns Action Mismatch' literal object.
See Also:

TNS_MESSAGE_ADDRESSING_HEADER_REQUIRED_LITERAL

  1. public static final FaultCodesType TNS_MESSAGE_ADDRESSING_HEADER_REQUIRED_LITERAL
The 'Tns Message Addressing Header Required' literal object.
See Also:

TNS_DESTINATION_UNREACHABLE_LITERAL

  1. public static final FaultCodesType TNS_DESTINATION_UNREACHABLE_LITERAL
The 'Tns Destination Unreachable' literal object.
See Also:

TNS_ACTION_NOT_SUPPORTED_LITERAL

  1. public static final FaultCodesType TNS_ACTION_NOT_SUPPORTED_LITERAL
The 'Tns Action Not Supported' literal object.
See Also:

TNS_ENDPOINT_UNAVAILABLE_LITERAL

  1. public static final FaultCodesType TNS_ENDPOINT_UNAVAILABLE_LITERAL
The 'Tns Endpoint Unavailable' literal object.
See Also:

Field Detail

  1. public static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. public static final java.lang.String $sccsid
See Also:

TNS_INVALID_ADDRESSING_HEADER

  1. public static final int TNS_INVALID_ADDRESSING_HEADER
The 'Tns Invalid Addressing Header' literal value.
See Also:

TNS_INVALID_ADDRESS

  1. public static final int TNS_INVALID_ADDRESS
The 'Tns Invalid Address' literal value.
See Also:

TNS_INVALID_EPR

  1. public static final int TNS_INVALID_EPR
The 'Tns Invalid EPR' literal value.
See Also:

TNS_INVALID_CARDINALITY

  1. public static final int TNS_INVALID_CARDINALITY
The 'Tns Invalid Cardinality' literal value.
See Also:

TNS_MISSING_ADDRESS_IN_EPR

  1. public static final int TNS_MISSING_ADDRESS_IN_EPR
The 'Tns Missing Address In EPR' literal value.
See Also:

TNS_DUPLICATE_MESSAGE_ID

  1. public static final int TNS_DUPLICATE_MESSAGE_ID
The 'Tns Duplicate Message ID' literal value.
See Also:

TNS_ACTION_MISMATCH

  1. public static final int TNS_ACTION_MISMATCH
The 'Tns Action Mismatch' literal value.
See Also:

TNS_MESSAGE_ADDRESSING_HEADER_REQUIRED

  1. public static final int TNS_MESSAGE_ADDRESSING_HEADER_REQUIRED
The 'Tns Message Addressing Header Required' literal value.
See Also:

TNS_DESTINATION_UNREACHABLE

  1. public static final int TNS_DESTINATION_UNREACHABLE
The 'Tns Destination Unreachable' literal value.
See Also:

TNS_ACTION_NOT_SUPPORTED

  1. public static final int TNS_ACTION_NOT_SUPPORTED
The 'Tns Action Not Supported' literal value.
See Also:

TNS_ENDPOINT_UNAVAILABLE

  1. public static final int TNS_ENDPOINT_UNAVAILABLE
The 'Tns Endpoint Unavailable' literal value.
See Also:

VALUES

  1. public static final java.util.List<FaultCodesType> VALUES
A public read-only list of all the 'Relationship Type' enumerators.

Method Detail

values

  1. public static FaultCodesType[] values( )
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (FaultCodesType c : FaultCodesType.values())   
System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

  1. public static FaultCodesType valueOf( java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

get

  1. public static FaultCodesType get( java.lang.String literal)
Returns the 'Relationship Type' literal with the specified literal value.

getByName

  1. public static FaultCodesType getByName( java.lang.String name)
Returns the 'Relationship Type' literal with the specified name.

get

  1. public static FaultCodesType get( int value)
Returns the 'Relationship Type' literal with the specified integer value.

getValue

  1. public int getValue()
Specified by:
getValue in interface org.eclipse.emf.common.util.Enumerator

getName

  1. public java.lang.String getName( )
Specified by:
getName in interface org.eclipse.emf.common.util.Enumerator

getLiteral

  1. public java.lang.String getLiteral( )
Specified by:
getLiteral in interface org.eclipse.emf.common.util.Enumerator

toString

  1. public java.lang.String toString( )
Returns the literal value of the enumerator, which is its string representation.
Overrides:
toString in class java.lang.Enum<FaultCodesType>