Uses of Class
org.eclipse.jst.j2ee.common.ResSharingScopeType

Packages that use ResSharingScopeType
org.eclipse.jst.j2ee.common This package includes api the common model artifacts that include (Resource References, EJB References, Display Name, Description Group, Security roles, Environment variables).  
 

Uses of ResSharingScopeType in org.eclipse.jst.j2ee.common
 

Fields in org.eclipse.jst.j2ee.common declared as ResSharingScopeType
static ResSharingScopeType ResSharingScopeType.SHAREABLE_LITERAL
          The 'Shareable' literal object
static ResSharingScopeType ResSharingScopeType.UNSHAREABLE_LITERAL
          The 'Unshareable' literal object
 

Methods in org.eclipse.jst.j2ee.common that return ResSharingScopeType
static ResSharingScopeType ResSharingScopeType.get(java.lang.String literal)
          Returns the 'Res Sharing Scope Type' literal with the specified literal value
static ResSharingScopeType ResSharingScopeType.getByName(java.lang.String name)
          Returns the 'Res Sharing Scope Type' literal with the specified name
static ResSharingScopeType ResSharingScopeType.get(int value)
          Returns the 'Res Sharing Scope Type' literal with the specified integer value
 ResSharingScopeType ResourceRef.getResSharingScope()
           
 

Methods in org.eclipse.jst.j2ee.common with parameters of type ResSharingScopeType
 void ResourceRef.setResSharingScope(ResSharingScopeType value)
          Sets the value of the 'Res Sharing Scope' attribute