org.eclipse.ohf.ihe.common.ebxml._2._1.rs
Class DeletionScopeType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.ohf.ihe.common.ebxml._2._1.rs.DeletionScopeType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class DeletionScopeType
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Deletion Scope Type', and utility methods for working with them.

See Also:
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

DELETE_ALL

public static final int DELETE_ALL
The 'Delete All' literal value.

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

See Also:
DELETE_ALL_LITERAL, Constant Field Values

DELETE_REPOSITORY_ITEM_ONLY

public static final int DELETE_REPOSITORY_ITEM_ONLY
The 'Delete Repository Item Only' literal value.

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

See Also:
DELETE_REPOSITORY_ITEM_ONLY_LITERAL, Constant Field Values

DELETE_ALL_LITERAL

public static final DeletionScopeType DELETE_ALL_LITERAL
The 'Delete All' literal object.

See Also:
DELETE_ALL

DELETE_REPOSITORY_ITEM_ONLY_LITERAL

public static final DeletionScopeType DELETE_REPOSITORY_ITEM_ONLY_LITERAL
The 'Delete Repository Item Only' literal object.

See Also:
DELETE_REPOSITORY_ITEM_ONLY

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Deletion Scope Type' enumerators.

Method Detail

get

public static DeletionScopeType get(java.lang.String literal)
Returns the 'Deletion Scope Type' literal with the specified literal value.


getByName

public static DeletionScopeType getByName(java.lang.String name)
Returns the 'Deletion Scope Type' literal with the specified name.


get

public static DeletionScopeType get(int value)
Returns the 'Deletion Scope Type' literal with the specified integer value.