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

Class LinkKind

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

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

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
FAULT_CATCH
The 'Fault Catch' literal value
  1. static
  2. int
FAULT_CATCH_ALL
The 'Fault Catch All' literal value
  1. static
  2. LinkKind
FAULT_CATCH_ALL_LITERAL
The 'Fault Catch All' literal object
  1. static
  2. LinkKind
FAULT_CATCH_LITERAL
The 'Fault Catch' literal object
  1. static
  2. int
STANDARD
The 'Standard' literal value
  1. static
  2. LinkKind
STANDARD_LITERAL
The 'Standard' literal object
  1. static
  2. java.util.List
VALUES
A public read-only list of all the 'Link Kind' enumerators

Method Summary

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

STANDARD

  1. public static final int STANDARD
The 'Standard' literal value.

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

See Also:

FAULT_CATCH

  1. public static final int FAULT_CATCH
The 'Fault Catch' literal value.

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

See Also:

FAULT_CATCH_ALL

  1. public static final int FAULT_CATCH_ALL
The 'Fault Catch All' literal value.

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

See Also:

STANDARD_LITERAL

  1. public static final LinkKind STANDARD_LITERAL
The 'Standard' literal object.
See Also:

FAULT_CATCH_LITERAL

  1. public static final LinkKind FAULT_CATCH_LITERAL
The 'Fault Catch' literal object.
See Also:

FAULT_CATCH_ALL_LITERAL

  1. public static final LinkKind FAULT_CATCH_ALL_LITERAL
The 'Fault Catch All' literal object.
See Also:

VALUES

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

Method Detail

get

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

getByName

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

get

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