|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.jst.j2ee.common.ResSharingScopeType
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 java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int SHAREABLE
public static final int UNSHAREABLE
public static final ResSharingScopeType SHAREABLE_LITERAL
If the meaning of 'Shareable' literal object isn't clear, there really should be more of a description here...
SHAREABLE
public static final ResSharingScopeType UNSHAREABLE_LITERAL
If the meaning of 'Unshareable' literal object isn't clear, there really should be more of a description here...
UNSHAREABLE
public static final java.util.List VALUES
Method Detail |
public static ResSharingScopeType get(java.lang.String literal)
public static ResSharingScopeType getByName(java.lang.String name)
public static ResSharingScopeType get(int value)
value
- passes literal value
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |