Uses of Class
org.jboss.shrinkwrap.descriptor.api.javaee6.ResSharingScopeType
-
Packages that use ResSharingScopeType Package Description org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.javaee6 Provides the implementation classes as defined in the schema -
-
Uses of ResSharingScopeType in org.jboss.shrinkwrap.descriptor.api.javaee6
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return ResSharingScopeType Modifier and Type Method Description static ResSharingScopeTypeResSharingScopeType. getFromStringValue(String value)ResSharingScopeTypeResourceRefType. getResSharingScope()Returns theres-sharing-scopeelementstatic ResSharingScopeTypeResSharingScopeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResSharingScopeType[]ResSharingScopeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 with parameters of type ResSharingScopeType Modifier and Type Method Description ResourceRefType<T>ResourceRefType. resSharingScope(ResSharingScopeType resSharingScope)Sets theres-sharing-scopeelement -
Uses of ResSharingScopeType in org.jboss.shrinkwrap.descriptor.impl.javaee6
Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return ResSharingScopeType Modifier and Type Method Description ResSharingScopeTypeResourceRefTypeImpl. getResSharingScope()Returns theres-sharing-scopeelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee6 with parameters of type ResSharingScopeType Modifier and Type Method Description ResourceRefType<T>ResourceRefTypeImpl. resSharingScope(ResSharingScopeType resSharingScope)Sets theres-sharing-scopeelement
-