com.ibm.websphere.wsaddr10
Class FaultCodesType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.websphere.wsaddr10.FaultCodesType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class FaultCodesType
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Fault Codes Type', and utility methods for working with them.

See Also:
WSAddr10Package.getFaultCodesType()

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
static int TNS_ACTION_MISMATCH
          The 'Tns Action Mismatch' literal value.
static FaultCodesType TNS_ACTION_MISMATCH_LITERAL
          The 'Tns Action Mismatch' literal object.
static int TNS_ACTION_NOT_SUPPORTED
          The 'Tns Action Not Supported' literal value.
static FaultCodesType TNS_ACTION_NOT_SUPPORTED_LITERAL
          The 'Tns Action Not Supported' literal object.
static int TNS_DESTINATION_UNREACHABLE
          The 'Tns Destination Unreachable' literal value.
static FaultCodesType TNS_DESTINATION_UNREACHABLE_LITERAL
          The 'Tns Destination Unreachable' literal object.
static int TNS_DUPLICATE_MESSAGE_ID
          The 'Tns Duplicate Message ID' literal value.
static FaultCodesType TNS_DUPLICATE_MESSAGE_ID_LITERAL
          The 'Tns Duplicate Message ID' literal object.
static int TNS_ENDPOINT_UNAVAILABLE
          The 'Tns Endpoint Unavailable' literal value.
static FaultCodesType TNS_ENDPOINT_UNAVAILABLE_LITERAL
          The 'Tns Endpoint Unavailable' literal object.
static int TNS_INVALID_ADDRESS
          The 'Tns Invalid Address' literal value.
static FaultCodesType TNS_INVALID_ADDRESS_LITERAL
          The 'Tns Invalid Address' literal object.
static int TNS_INVALID_ADDRESSING_HEADER
          The 'Tns Invalid Addressing Header' literal value.
static FaultCodesType TNS_INVALID_ADDRESSING_HEADER_LITERAL
          The 'Tns Invalid Addressing Header' literal object.
static int TNS_INVALID_CARDINALITY
          The 'Tns Invalid Cardinality' literal value.
static FaultCodesType TNS_INVALID_CARDINALITY_LITERAL
          The 'Tns Invalid Cardinality' literal object.
static int TNS_INVALID_EPR
          The 'Tns Invalid EPR' literal value.
static FaultCodesType TNS_INVALID_EPR_LITERAL
          The 'Tns Invalid EPR' literal object.
static int TNS_MESSAGE_ADDRESSING_HEADER_REQUIRED
          The 'Tns Message Addressing Header Required' literal value.
static FaultCodesType TNS_MESSAGE_ADDRESSING_HEADER_REQUIRED_LITERAL
          The 'Tns Message Addressing Header Required' literal object.
static int TNS_MISSING_ADDRESS_IN_EPR
          The 'Tns Missing Address In EPR' literal value.
static FaultCodesType TNS_MISSING_ADDRESS_IN_EPR_LITERAL
          The 'Tns Missing Address In EPR' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Fault Codes Type' enumerators.
 
Method Summary
static FaultCodesType get(int value)
          Returns the 'Fault Codes Type' literal with the specified integer value.
static FaultCodesType get(java.lang.String literal)
          Returns the 'Fault Codes Type' literal with the specified literal value.
static FaultCodesType getByName(java.lang.String name)
          Returns the 'Fault Codes Type' literal with the specified name.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

public static final java.lang.String $sccsid
See Also:
Constant Field Values

TNS_INVALID_ADDRESSING_HEADER

public static final int TNS_INVALID_ADDRESSING_HEADER
The 'Tns Invalid Addressing Header' literal value.

If the meaning of 'Tns Invalid Addressing Header' literal object isn't clear, there really should be more of a description here...

See Also:
TNS_INVALID_ADDRESSING_HEADER_LITERAL, Constant Field Values

TNS_INVALID_ADDRESS

public static final int TNS_INVALID_ADDRESS
The 'Tns Invalid Address' literal value.

If the meaning of 'Tns Invalid Address' literal object isn't clear, there really should be more of a description here...

See Also:
TNS_INVALID_ADDRESS_LITERAL, Constant Field Values

TNS_INVALID_EPR

public static final int TNS_INVALID_EPR
The 'Tns Invalid EPR' literal value.

If the meaning of 'Tns Invalid EPR' literal object isn't clear, there really should be more of a description here...

See Also:
TNS_INVALID_EPR_LITERAL, Constant Field Values

TNS_INVALID_CARDINALITY

public static final int TNS_INVALID_CARDINALITY
The 'Tns Invalid Cardinality' literal value.

If the meaning of 'Tns Invalid Cardinality' literal object isn't clear, there really should be more of a description here...

See Also:
TNS_INVALID_CARDINALITY_LITERAL, Constant Field Values

TNS_MISSING_ADDRESS_IN_EPR

public static final int TNS_MISSING_ADDRESS_IN_EPR
The 'Tns Missing Address In EPR' literal value.

If the meaning of 'Tns Missing Address In EPR' literal object isn't clear, there really should be more of a description here...

See Also:
TNS_MISSING_ADDRESS_IN_EPR_LITERAL, Constant Field Values

TNS_DUPLICATE_MESSAGE_ID

public static final int TNS_DUPLICATE_MESSAGE_ID
The 'Tns Duplicate Message ID' literal value.

If the meaning of 'Tns Duplicate Message ID' literal object isn't clear, there really should be more of a description here...

See Also:
TNS_DUPLICATE_MESSAGE_ID_LITERAL, Constant Field Values

TNS_ACTION_MISMATCH

public static final int TNS_ACTION_MISMATCH
The 'Tns Action Mismatch' literal value.

If the meaning of 'Tns Action Mismatch' literal object isn't clear, there really should be more of a description here...

See Also:
TNS_ACTION_MISMATCH_LITERAL, Constant Field Values

TNS_MESSAGE_ADDRESSING_HEADER_REQUIRED

public static final int TNS_MESSAGE_ADDRESSING_HEADER_REQUIRED
The 'Tns Message Addressing Header Required' literal value.

If the meaning of 'Tns Message Addressing Header Required' literal object isn't clear, there really should be more of a description here...

See Also:
TNS_MESSAGE_ADDRESSING_HEADER_REQUIRED_LITERAL, Constant Field Values

TNS_DESTINATION_UNREACHABLE

public static final int TNS_DESTINATION_UNREACHABLE
The 'Tns Destination Unreachable' literal value.

If the meaning of 'Tns Destination Unreachable' literal object isn't clear, there really should be more of a description here...

See Also:
TNS_DESTINATION_UNREACHABLE_LITERAL, Constant Field Values

TNS_ACTION_NOT_SUPPORTED

public static final int TNS_ACTION_NOT_SUPPORTED
The 'Tns Action Not Supported' literal value.

If the meaning of 'Tns Action Not Supported' literal object isn't clear, there really should be more of a description here...

See Also:
TNS_ACTION_NOT_SUPPORTED_LITERAL, Constant Field Values

TNS_ENDPOINT_UNAVAILABLE

public static final int TNS_ENDPOINT_UNAVAILABLE
The 'Tns Endpoint Unavailable' literal value.

If the meaning of 'Tns Endpoint Unavailable' literal object isn't clear, there really should be more of a description here...

See Also:
TNS_ENDPOINT_UNAVAILABLE_LITERAL, Constant Field Values

TNS_INVALID_ADDRESSING_HEADER_LITERAL

public static final FaultCodesType TNS_INVALID_ADDRESSING_HEADER_LITERAL
The 'Tns Invalid Addressing Header' literal object.

See Also:
TNS_INVALID_ADDRESSING_HEADER

TNS_INVALID_ADDRESS_LITERAL

public static final FaultCodesType TNS_INVALID_ADDRESS_LITERAL
The 'Tns Invalid Address' literal object.

See Also:
TNS_INVALID_ADDRESS

TNS_INVALID_EPR_LITERAL

public static final FaultCodesType TNS_INVALID_EPR_LITERAL
The 'Tns Invalid EPR' literal object.

See Also:
TNS_INVALID_EPR

TNS_INVALID_CARDINALITY_LITERAL

public static final FaultCodesType TNS_INVALID_CARDINALITY_LITERAL
The 'Tns Invalid Cardinality' literal object.

See Also:
TNS_INVALID_CARDINALITY

TNS_MISSING_ADDRESS_IN_EPR_LITERAL

public static final FaultCodesType TNS_MISSING_ADDRESS_IN_EPR_LITERAL
The 'Tns Missing Address In EPR' literal object.

See Also:
TNS_MISSING_ADDRESS_IN_EPR

TNS_DUPLICATE_MESSAGE_ID_LITERAL

public static final FaultCodesType TNS_DUPLICATE_MESSAGE_ID_LITERAL
The 'Tns Duplicate Message ID' literal object.

See Also:
TNS_DUPLICATE_MESSAGE_ID

TNS_ACTION_MISMATCH_LITERAL

public static final FaultCodesType TNS_ACTION_MISMATCH_LITERAL
The 'Tns Action Mismatch' literal object.

See Also:
TNS_ACTION_MISMATCH

TNS_MESSAGE_ADDRESSING_HEADER_REQUIRED_LITERAL

public static final FaultCodesType TNS_MESSAGE_ADDRESSING_HEADER_REQUIRED_LITERAL
The 'Tns Message Addressing Header Required' literal object.

See Also:
TNS_MESSAGE_ADDRESSING_HEADER_REQUIRED

TNS_DESTINATION_UNREACHABLE_LITERAL

public static final FaultCodesType TNS_DESTINATION_UNREACHABLE_LITERAL
The 'Tns Destination Unreachable' literal object.

See Also:
TNS_DESTINATION_UNREACHABLE

TNS_ACTION_NOT_SUPPORTED_LITERAL

public static final FaultCodesType TNS_ACTION_NOT_SUPPORTED_LITERAL
The 'Tns Action Not Supported' literal object.

See Also:
TNS_ACTION_NOT_SUPPORTED

TNS_ENDPOINT_UNAVAILABLE_LITERAL

public static final FaultCodesType TNS_ENDPOINT_UNAVAILABLE_LITERAL
The 'Tns Endpoint Unavailable' literal object.

See Also:
TNS_ENDPOINT_UNAVAILABLE

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Fault Codes Type' enumerators.

Method Detail

get

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


getByName

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


get

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