com.ibm.wsspi.sca.metadata.bpc.model
Class FaultHandlerKind
- java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
com.ibm.wsspi.sca.metadata.bpc.model.FaultHandlerKind
All implemented interfaces:
org.eclipse.emf.common.util.Enumerator
- public final class FaultHandlerKind
- extends org.eclipse.emf.common.util.AbstractEnumerator
See Also:
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getFaultHandlerKind()
Field Summary
Modifier and Type | Field and Description |
---|---|
|
CATCH
The 'Catch' literal value
|
|
CATCH_ALL
The 'Catch All' literal value
|
|
CATCH_ALL_LITERAL
The 'Catch All' literal object
|
|
CATCH_LITERAL
The 'Catch' literal object
|
|
COPYRIGHT
|
|
VALUES
A public read-only list of all the 'Fault Handler Kind' enumerators
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
get(int value)
Returns the 'Fault Handler Kind' literal with the specified integer value
|
|
get(java.lang.String literal)
Returns the 'Fault Handler Kind' literal with the specified literal value
|
|
getByName(java.lang.String name)
Returns the 'Fault Handler 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
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
CATCH
- public static final int CATCH
See Also:
CATCH_ALL
- public static final int CATCH_ALL
The 'Catch All' literal value.
If the meaning of 'Catch All' literal object isn't clear, there really should be more of a description here...
See Also:
CATCH_LITERAL
- public static final FaultHandlerKind CATCH_LITERAL
The 'Catch' literal object.
See Also:
CATCH_ALL_LITERAL
- public static final FaultHandlerKind CATCH_ALL_LITERAL
The 'Catch All' literal object.
See Also:
VALUES
- public static final java.util.List VALUES
A public read-only list of all the 'Fault Handler Kind' enumerators.
Method Detail
get
- public static FaultHandlerKind get( java.lang.String literal)
Returns the 'Fault Handler Kind' literal with the specified literal value.
getByName
- public static FaultHandlerKind getByName( java.lang.String name)
Returns the 'Fault Handler Kind' literal with the specified name.
get
- public static FaultHandlerKind get( int value)
Returns the 'Fault Handler Kind' literal with the specified integer value.
If the meaning of 'Catch' literal object isn't clear, there really should be more of a description here...