Uses of Class
org.jboss.metadata.javaee.spec.ResourceSharingScopeType

Packages that use ResourceSharingScopeType
org.jboss.metadata.javaee.spec   
 

Uses of ResourceSharingScopeType in org.jboss.metadata.javaee.spec
 

Methods in org.jboss.metadata.javaee.spec that return ResourceSharingScopeType
 ResourceSharingScopeType ResourceReferenceMetaData.getResSharingScope()
          Get the sharingScope.
static ResourceSharingScopeType ResourceSharingScopeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResourceSharingScopeType[] ResourceSharingScopeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.metadata.javaee.spec with parameters of type ResourceSharingScopeType
 void ResourceReferenceMetaData.setResSharingScope(ResourceSharingScopeType sharingScope)
          Set the sharingScope.
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.