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