com.ibm.wsspi.sca.metadata.bpc.model

Class GatewayKind

  1. java.lang.Object
  2. extended byorg.eclipse.emf.common.util.AbstractEnumerator
  3. extended bycom.ibm.wsspi.sca.metadata.bpc.model.GatewayKind
All implemented interfaces:
org.eclipse.emf.common.util.Enumerator

  1. public final class GatewayKind
  2. extends org.eclipse.emf.common.util.AbstractEnumerator
A representation of the literals of the enumeration 'Gateway Kind', and utility methods for working with them.
See Also:
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getGatewayKind()

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
AND
The 'AND' literal value
  1. static
  2. GatewayKind
AND_LITERAL
The 'AND' literal object
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
IOR
The 'IOR' literal value
  1. static
  2. GatewayKind
IOR_LITERAL
The 'IOR' literal object
  1. static
  2. int
NONE
The 'NONE' literal value
  1. static
  2. GatewayKind
NONE_LITERAL
The 'NONE' literal object
  1. static
  2. java.util.List
VALUES
A public read-only list of all the 'Gateway Kind' enumerators
  1. static
  2. int
XOR
The 'XOR' literal value
  1. static
  2. GatewayKind
XOR_LITERAL
The 'XOR' literal object

Method Summary

Modifier and Type Method and Description
  1. static
  2. GatewayKind
get(int value)
Returns the 'Gateway Kind' literal with the specified integer value
  1. static
  2. GatewayKind
get(java.lang.String literal)
Returns the 'Gateway Kind' literal with the specified literal value
  1. static
  2. GatewayKind
getByName(java.lang.String name)
Returns the 'Gateway Kind' 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.

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

See Also:

XOR

  1. public static final int XOR
The 'XOR' literal value.

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

See Also:

AND

  1. public static final int AND
The 'AND' literal value.

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

See Also:

IOR

  1. public static final int IOR
The 'IOR' literal value.

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

See Also:

NONE_LITERAL

  1. public static final GatewayKind NONE_LITERAL
The 'NONE' literal object.
See Also:

XOR_LITERAL

  1. public static final GatewayKind XOR_LITERAL
The 'XOR' literal object.
See Also:

AND_LITERAL

  1. public static final GatewayKind AND_LITERAL
The 'AND' literal object.
See Also:

IOR_LITERAL

  1. public static final GatewayKind IOR_LITERAL
The 'IOR' literal object.
See Also:

VALUES

  1. public static final java.util.List VALUES
A public read-only list of all the 'Gateway Kind' enumerators.

Method Detail

get

  1. public static GatewayKind get(java.lang.String literal)
Returns the 'Gateway Kind' literal with the specified literal value.

getByName

  1. public static GatewayKind getByName( java.lang.String name)
Returns the 'Gateway Kind' literal with the specified name.

get

  1. public static GatewayKind get(int value)
Returns the 'Gateway Kind' literal with the specified integer value.