IBM WebSphere Application ServerTM
Release 8

com.ibm.wbit.tel
Class TContextAuthorizationForOwner

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.wbit.tel.TContextAuthorizationForOwner
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

A representation of the literals of the enumeration 'TContext Authorization For Owner', and utility methods for working with them.

Since:
6.0.1
See Also:
TaskPackage.getTContextAuthorizationForOwner()

Field Summary
static java.lang.String COPYRIGHT
           
static int NONE
          The 'None' literal value
static TContextAuthorizationForOwner NONE_LITERAL
          The 'None' literal object
static int READER
          The 'Reader' literal value
static TContextAuthorizationForOwner READER_LITERAL
          The 'Reader' literal object
static java.util.List VALUES
          A public read-only list of all the 'TContext Authorization For Owner' enumerators
 
Method Summary
static TContextAuthorizationForOwner get(int value)
          Returns the 'TContext Authorization For Owner' literal with the specified integer value
static TContextAuthorizationForOwner get(java.lang.String literal)
          Returns the 'TContext Authorization For Owner' literal with the specified literal value
static TContextAuthorizationForOwner getByName(java.lang.String name)
          Returns the 'TContext Authorization For Owner' 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

NONE

public static final int NONE
The 'None' literal value.

See Also:
NONE_LITERAL, Constant Field Values

READER

public static final int READER
The 'Reader' literal value.

See Also:
READER_LITERAL, Constant Field Values

NONE_LITERAL

public static final TContextAuthorizationForOwner NONE_LITERAL
The 'None' literal object.

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

See Also:
NONE

READER_LITERAL

public static final TContextAuthorizationForOwner READER_LITERAL
The 'Reader' literal object.

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

See Also:
READER

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'TContext Authorization For Owner' enumerators.

Method Detail

get

public static TContextAuthorizationForOwner get(java.lang.String literal)
Returns the 'TContext Authorization For Owner' literal with the specified literal value.


getByName

public static TContextAuthorizationForOwner getByName(java.lang.String name)
Returns the 'TContext Authorization For Owner' literal with the specified name.


get

public static TContextAuthorizationForOwner get(int value)
Returns the 'TContext Authorization For Owner' literal with the specified integer value.


IBM WebSphere Application ServerTM
Release 8