org.eclipse.jst.j2ee.common
Class ResSharingScopeType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.jst.j2ee.common.ResSharingScopeType
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

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

Since:
1.0
See Also:
Serialized Form

Field Summary
static int SHAREABLE
           
static ResSharingScopeType SHAREABLE_LITERAL
          The 'Shareable' literal object
static int UNSHAREABLE
           
static ResSharingScopeType UNSHAREABLE_LITERAL
          The 'Unshareable' literal object
static java.util.List VALUES
          A public read-only list of all the 'Res Sharing Scope Type' enumerators
 
Method Summary
static ResSharingScopeType get(int value)
          Returns the 'Res Sharing Scope Type' literal with the specified integer value
static ResSharingScopeType get(java.lang.String literal)
          Returns the 'Res Sharing Scope Type' literal with the specified literal value
static ResSharingScopeType getByName(java.lang.String name)
          Returns the 'Res Sharing 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

SHAREABLE

public static final int SHAREABLE
See Also:
Constant Field Values

UNSHAREABLE

public static final int UNSHAREABLE
See Also:
Constant Field Values

SHAREABLE_LITERAL

public static final ResSharingScopeType SHAREABLE_LITERAL
The 'Shareable' literal object.

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

See Also:
SHAREABLE

UNSHAREABLE_LITERAL

public static final ResSharingScopeType UNSHAREABLE_LITERAL
The 'Unshareable' literal object.

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

See Also:
UNSHAREABLE

VALUES

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

Method Detail

get

public static ResSharingScopeType get(java.lang.String literal)
Returns the 'Res Sharing Scope Type' literal with the specified literal value.

Parameters:
name - passes literal name
Returns:
literal instance

getByName

public static ResSharingScopeType getByName(java.lang.String name)
Returns the 'Res Sharing Scope Type' literal with the specified name.


get

public static ResSharingScopeType get(int value)
Returns the 'Res Sharing Scope Type' literal with the specified integer value.

Parameters:
value - passes literal value
Returns:
literal instance