com.ibm.websphere.wsaddr10
Class RelationshipType

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

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

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

See Also:
WSAddr10Package.getRelationshipType()

Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
static int HTTP_WWW_W3_ORG200508_ADDRESSING_REPLY
          The 'Http Www W3 Org200508 Addressing Reply' literal value.
static RelationshipType HTTP_WWW_W3_ORG200508_ADDRESSING_REPLY_LITERAL
          The 'Http Www W3 Org200508 Addressing Reply' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Relationship Type' enumerators.
 
Method Summary
static RelationshipType get(int value)
          Returns the 'Relationship Type' literal with the specified integer value.
static RelationshipType get(java.lang.String literal)
          Returns the 'Relationship Type' literal with the specified literal value.
static RelationshipType getByName(java.lang.String name)
          Returns the 'Relationship 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_REPLY

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

If the meaning of 'Http Www W3 Org200508 Addressing Reply' literal object isn't clear, there really should be more of a description here...

See Also:
HTTP_WWW_W3_ORG200508_ADDRESSING_REPLY_LITERAL, Constant Field Values

HTTP_WWW_W3_ORG200508_ADDRESSING_REPLY_LITERAL

public static final RelationshipType HTTP_WWW_W3_ORG200508_ADDRESSING_REPLY_LITERAL
The 'Http Www W3 Org200508 Addressing Reply' literal object.

See Also:
HTTP_WWW_W3_ORG200508_ADDRESSING_REPLY

VALUES

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

Method Detail

get

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


getByName

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


get

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