|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.ohf.ihe.common.ebxml._2._1.rs.DeletionScopeType
public final class DeletionScopeType
A representation of the literals of the enumeration 'Deletion Scope Type', and utility methods for working with them.
RegistryPackage.getDeletionScopeType()| Field Summary | |
|---|---|
static int |
DELETE_ALL
The 'Delete All' literal value. |
static DeletionScopeType |
DELETE_ALL_LITERAL
The 'Delete All' literal object. |
static int |
DELETE_REPOSITORY_ITEM_ONLY
The 'Delete Repository Item Only' literal value. |
static DeletionScopeType |
DELETE_REPOSITORY_ITEM_ONLY_LITERAL
The 'Delete Repository Item Only' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Deletion Scope Type' enumerators. |
| Method Summary | |
|---|---|
static DeletionScopeType |
get(int value)
Returns the 'Deletion Scope Type' literal with the specified integer value. |
static DeletionScopeType |
get(java.lang.String literal)
Returns the 'Deletion Scope Type' literal with the specified literal value. |
static DeletionScopeType |
getByName(java.lang.String name)
Returns the 'Deletion Scope Type' 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int DELETE_ALL
If the meaning of 'Delete All' literal object isn't clear, there really should be more of a description here...
DELETE_ALL_LITERAL,
Constant Field Valuespublic static final int DELETE_REPOSITORY_ITEM_ONLY
If the meaning of 'Delete Repository Item Only' literal object isn't clear, there really should be more of a description here...
DELETE_REPOSITORY_ITEM_ONLY_LITERAL,
Constant Field Valuespublic static final DeletionScopeType DELETE_ALL_LITERAL
DELETE_ALLpublic static final DeletionScopeType DELETE_REPOSITORY_ITEM_ONLY_LITERAL
DELETE_REPOSITORY_ITEM_ONLYpublic static final java.util.List VALUES
| Method Detail |
|---|
public static DeletionScopeType get(java.lang.String literal)
public static DeletionScopeType getByName(java.lang.String name)
public static DeletionScopeType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||