com.ibm.wbit.tel

Class TContextAuthorizationForOwner

  1. java.lang.Object
  2. extended byorg.eclipse.emf.common.util.AbstractEnumerator
  3. extended bycom.ibm.wbit.tel.TContextAuthorizationForOwner
All implemented interfaces:
org.eclipse.emf.common.util.Enumerator

  1. public final class TContextAuthorizationForOwner
  2. 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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
NONE
The 'None' literal value
  1. static
  2. TContextAuthorizationForOwner
NONE_LITERAL
The 'None' literal object
  1. static
  2. int
READER
The 'Reader' literal value
  1. static
  2. TContextAuthorizationForOwner
READER_LITERAL
The 'Reader' literal object
  1. static
  2. java.util.List
VALUES
A public read-only list of all the 'TContext Authorization For Owner' enumerators

Method Summary

Modifier and Type Method and Description
  1. static
  2. TContextAuthorizationForOwner
get(int value)
Returns the 'TContext Authorization For Owner' literal with the specified integer value
  1. static
  2. TContextAuthorizationForOwner
get(java.lang.String literal)
Returns the 'TContext Authorization For Owner' literal with the specified literal value
  1. static
  2. 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

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

NONE

  1. public static final int NONE
The 'None' literal value.
See Also:

READER

  1. public static final int READER
The 'Reader' literal value.
See Also:

NONE_LITERAL

  1. 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:

READER_LITERAL

  1. 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:

VALUES

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

Method Detail

get

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

getByName

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

get

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