Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee6.EjbLocalRefType
-
Packages that use EjbLocalRefType 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 EjbLocalRefType in org.jboss.shrinkwrap.descriptor.api.javaee6
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return EjbLocalRefType Modifier and Type Method Description EjbLocalRefType<T>EjbLocalRefType. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementEjbLocalRefType<T>EjbLocalRefType. ejbLink(String ejbLink)Sets theejb-linkelementEjbLocalRefType<T>EjbLocalRefType. ejbRefName(String ejbRefName)Sets theejb-ref-nameelementEjbLocalRefType<T>EjbLocalRefType. ejbRefType(String ejbRefType)Sets theejb-ref-typeelementEjbLocalRefType<T>EjbLocalRefType. ejbRefType(EjbRefTypeType ejbRefType)Sets theejb-ref-typeelementEjbLocalRefType<T>EjbLocalRefType. id(String id)Sets theidattributeEjbLocalRefType<T>EjbLocalRefType. local(String local)Sets thelocalelementEjbLocalRefType<T>EjbLocalRefType. localHome(String localHome)Sets thelocal-homeelementEjbLocalRefType<T>EjbLocalRefType. lookupName(String lookupName)Sets thelookup-nameelementEjbLocalRefType<T>EjbLocalRefType. mappedName(String mappedName)Sets themapped-nameelementEjbLocalRefType<T>EjbLocalRefType. removeAllDescription()Removes thedescriptionelementEjbLocalRefType<T>EjbLocalRefType. removeAllInjectionTarget()Removes allinjection-targetelementsEjbLocalRefType<T>EjbLocalRefType. removeEjbLink()Removes theejb-linkelementEjbLocalRefType<T>EjbLocalRefType. removeEjbRefName()Removes theejb-ref-nameelementEjbLocalRefType<T>EjbLocalRefType. removeEjbRefType()Removes theejb-ref-typeattributeEjbLocalRefType<T>EjbLocalRefType. removeId()Removes theidattributeEjbLocalRefType<T>EjbLocalRefType. removeLocal()Removes thelocalelementEjbLocalRefType<T>EjbLocalRefType. removeLocalHome()Removes thelocal-homeelementEjbLocalRefType<T>EjbLocalRefType. removeLookupName()Removes thelookup-nameelementEjbLocalRefType<T>EjbLocalRefType. removeMappedName()Removes themapped-nameelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type EjbLocalRefType Modifier and Type Method Description InjectionTargetType<EjbLocalRefType<T>>EjbLocalRefType. createInjectionTarget()Creates a newinjection-targetelementList<InjectionTargetType<EjbLocalRefType<T>>>EjbLocalRefType. getAllInjectionTarget()Returns allinjection-targetelementsInjectionTargetType<EjbLocalRefType<T>>EjbLocalRefType. getOrCreateInjectionTarget()If not already created, a newinjection-targetelement will be created and returned. -
Uses of EjbLocalRefType in org.jboss.shrinkwrap.descriptor.impl.javaee6
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee6 that implement EjbLocalRefType Modifier and Type Class Description classEjbLocalRefTypeImpl<T>This class implements theejb-local-refTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return EjbLocalRefType Modifier and Type Method Description EjbLocalRefType<T>EjbLocalRefTypeImpl. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementEjbLocalRefType<T>EjbLocalRefTypeImpl. ejbLink(String ejbLink)Sets theejb-linkelementEjbLocalRefType<T>EjbLocalRefTypeImpl. ejbRefName(String ejbRefName)Sets theejb-ref-nameelementEjbLocalRefType<T>EjbLocalRefTypeImpl. ejbRefType(String ejbRefType)Sets theejb-ref-typeelementEjbLocalRefType<T>EjbLocalRefTypeImpl. ejbRefType(EjbRefTypeType ejbRefType)Sets theejb-ref-typeelementEjbLocalRefType<T>EjbLocalRefTypeImpl. id(String id)Sets theidattributeEjbLocalRefType<T>EjbLocalRefTypeImpl. local(String local)Sets thelocalelementEjbLocalRefType<T>EjbLocalRefTypeImpl. localHome(String localHome)Sets thelocal-homeelementEjbLocalRefType<T>EjbLocalRefTypeImpl. lookupName(String lookupName)Sets thelookup-nameelementEjbLocalRefType<T>EjbLocalRefTypeImpl. mappedName(String mappedName)Sets themapped-nameelementEjbLocalRefType<T>EjbLocalRefTypeImpl. removeAllDescription()Removes thedescriptionelementEjbLocalRefType<T>EjbLocalRefTypeImpl. removeAllInjectionTarget()Removes allinjection-targetelementsEjbLocalRefType<T>EjbLocalRefTypeImpl. removeEjbLink()Removes theejb-linkelementEjbLocalRefType<T>EjbLocalRefTypeImpl. removeEjbRefName()Removes theejb-ref-nameelementEjbLocalRefType<T>EjbLocalRefTypeImpl. removeEjbRefType()Removes theejb-ref-typeattributeEjbLocalRefType<T>EjbLocalRefTypeImpl. removeId()Removes theidattributeEjbLocalRefType<T>EjbLocalRefTypeImpl. removeLocal()Removes thelocalelementEjbLocalRefType<T>EjbLocalRefTypeImpl. removeLocalHome()Removes thelocal-homeelementEjbLocalRefType<T>EjbLocalRefTypeImpl. removeLookupName()Removes thelookup-nameelementEjbLocalRefType<T>EjbLocalRefTypeImpl. removeMappedName()Removes themapped-nameelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return types with arguments of type EjbLocalRefType Modifier and Type Method Description InjectionTargetType<EjbLocalRefType<T>>EjbLocalRefTypeImpl. createInjectionTarget()Creates a newinjection-targetelementList<InjectionTargetType<EjbLocalRefType<T>>>EjbLocalRefTypeImpl. getAllInjectionTarget()Returns allinjection-targetelementsInjectionTargetType<EjbLocalRefType<T>>EjbLocalRefTypeImpl. getOrCreateInjectionTarget()If not already created, a newinjection-targetelement will be created and returned.
-