Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee6.EjbLocalRefType
Packages that use EjbLocalRefType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
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 EjbLocalRefTypeModifier and TypeMethodDescriptionEjbLocalRefType.description(String... values) Creates for all String objects representingdescriptionelements, a newdescriptionelementSets theejb-linkelementEjbLocalRefType.ejbRefName(String ejbRefName) Sets theejb-ref-nameelementEjbLocalRefType.ejbRefType(String ejbRefType) Sets theejb-ref-typeelementEjbLocalRefType.ejbRefType(EjbRefTypeType ejbRefType) Sets theejb-ref-typeelementSets theidattributeSets thelocalelementSets thelocal-homeelementEjbLocalRefType.lookupName(String lookupName) Sets thelookup-nameelementEjbLocalRefType.mappedName(String mappedName) Sets themapped-nameelementEjbLocalRefType.removeAllDescription()Removes thedescriptionelementEjbLocalRefType.removeAllInjectionTarget()Removes allinjection-targetelementsEjbLocalRefType.removeEjbLink()Removes theejb-linkelementEjbLocalRefType.removeEjbRefName()Removes theejb-ref-nameelementEjbLocalRefType.removeEjbRefType()Removes theejb-ref-typeattributeEjbLocalRefType.removeId()Removes theidattributeEjbLocalRefType.removeLocal()Removes thelocalelementEjbLocalRefType.removeLocalHome()Removes thelocal-homeelementEjbLocalRefType.removeLookupName()Removes thelookup-nameelementEjbLocalRefType.removeMappedName()Removes themapped-nameelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type EjbLocalRefTypeModifier and TypeMethodDescriptionEjbLocalRefType.createInjectionTarget()Creates a newinjection-targetelementEjbLocalRefType.getAllInjectionTarget()Returns allinjection-targetelementsEjbLocalRefType.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 EjbLocalRefTypeModifier and TypeClassDescriptionclassThis class implements theejb-local-refTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return EjbLocalRefTypeModifier and TypeMethodDescriptionEjbLocalRefTypeImpl.description(String... values) Creates for all String objects representingdescriptionelements, a newdescriptionelementSets theejb-linkelementEjbLocalRefTypeImpl.ejbRefName(String ejbRefName) Sets theejb-ref-nameelementEjbLocalRefTypeImpl.ejbRefType(String ejbRefType) Sets theejb-ref-typeelementEjbLocalRefTypeImpl.ejbRefType(EjbRefTypeType ejbRefType) Sets theejb-ref-typeelementSets theidattributeSets thelocalelementSets thelocal-homeelementEjbLocalRefTypeImpl.lookupName(String lookupName) Sets thelookup-nameelementEjbLocalRefTypeImpl.mappedName(String mappedName) Sets themapped-nameelementEjbLocalRefTypeImpl.removeAllDescription()Removes thedescriptionelementEjbLocalRefTypeImpl.removeAllInjectionTarget()Removes allinjection-targetelementsEjbLocalRefTypeImpl.removeEjbLink()Removes theejb-linkelementEjbLocalRefTypeImpl.removeEjbRefName()Removes theejb-ref-nameelementEjbLocalRefTypeImpl.removeEjbRefType()Removes theejb-ref-typeattributeEjbLocalRefTypeImpl.removeId()Removes theidattributeEjbLocalRefTypeImpl.removeLocal()Removes thelocalelementEjbLocalRefTypeImpl.removeLocalHome()Removes thelocal-homeelementEjbLocalRefTypeImpl.removeLookupName()Removes thelookup-nameelementEjbLocalRefTypeImpl.removeMappedName()Removes themapped-nameelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return types with arguments of type EjbLocalRefTypeModifier and TypeMethodDescriptionEjbLocalRefTypeImpl.createInjectionTarget()Creates a newinjection-targetelementEjbLocalRefTypeImpl.getAllInjectionTarget()Returns allinjection-targetelementsEjbLocalRefTypeImpl.getOrCreateInjectionTarget()If not already created, a newinjection-targetelement will be created and returned.