com.ibm.websphere.sibx.smobo
Class WSASchemaType

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

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

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

See Also:
ServiceMessageObjectPackage.getWSASchemaType()

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
static int HTTP_SCHEMAS_XMLSOAP_ORG_WS200408_ADDRESSING
          The 'Http Schemas Xmlsoap Org Ws200408 Addressing' literal value.
static WSASchemaType HTTP_SCHEMAS_XMLSOAP_ORG_WS200408_ADDRESSING_LITERAL
          The 'Http Schemas Xmlsoap Org Ws200408 Addressing' literal object.
static int HTTP_WWW_W3_ORG200508_ADDRESSING
          The 'Http Www W3 Org200508 Addressing' literal value.
static WSASchemaType HTTP_WWW_W3_ORG200508_ADDRESSING_LITERAL
          The 'Http Www W3 Org200508 Addressing' literal object.
static java.util.List VALUES
          A public read-only list of all the 'WSA Schema Type' enumerators.
 
Method Summary
static WSASchemaType get(int value)
          Returns the 'WSA Schema Type' literal with the specified integer value.
static WSASchemaType get(java.lang.String literal)
          Returns the 'WSA Schema Type' literal with the specified literal value.
static WSASchemaType getByName(java.lang.String name)
          Returns the 'WSA Schema 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

HTTP_WWW_W3_ORG200508_ADDRESSING

public static final int HTTP_WWW_W3_ORG200508_ADDRESSING
The 'Http Www W3 Org200508 Addressing' literal value.

See Also:
HTTP_WWW_W3_ORG200508_ADDRESSING_LITERAL, Constant Field Values

HTTP_SCHEMAS_XMLSOAP_ORG_WS200408_ADDRESSING

public static final int HTTP_SCHEMAS_XMLSOAP_ORG_WS200408_ADDRESSING
The 'Http Schemas Xmlsoap Org Ws200408 Addressing' literal value.

See Also:
HTTP_SCHEMAS_XMLSOAP_ORG_WS200408_ADDRESSING_LITERAL, Constant Field Values

HTTP_WWW_W3_ORG200508_ADDRESSING_LITERAL

public static final WSASchemaType HTTP_WWW_W3_ORG200508_ADDRESSING_LITERAL
The 'Http Www W3 Org200508 Addressing' literal object.

See Also:
HTTP_WWW_W3_ORG200508_ADDRESSING

HTTP_SCHEMAS_XMLSOAP_ORG_WS200408_ADDRESSING_LITERAL

public static final WSASchemaType HTTP_SCHEMAS_XMLSOAP_ORG_WS200408_ADDRESSING_LITERAL
The 'Http Schemas Xmlsoap Org Ws200408 Addressing' literal object.

See Also:
HTTP_SCHEMAS_XMLSOAP_ORG_WS200408_ADDRESSING

VALUES

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

Method Detail

get

public static WSASchemaType get(java.lang.String literal)
Returns the 'WSA Schema Type' literal with the specified literal value.


getByName

public static WSASchemaType getByName(java.lang.String name)
Returns the 'WSA Schema Type' literal with the specified name.


get

public static WSASchemaType get(int value)
Returns the 'WSA Schema Type' literal with the specified integer value.