Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee7.EjbRefType
Packages that use EjbRefType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of EjbRefType in org.jboss.shrinkwrap.descriptor.api.javaee7
Methods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return EjbRefTypeModifier and TypeMethodDescriptionEjbRefType.description(String... values) Creates for all String objects representingdescriptionelements, a newdescriptionelementSets theejb-linkelementEjbRefType.ejbRefName(String ejbRefName) Sets theejb-ref-nameelementEjbRefType.ejbRefType(String ejbRefType) Sets theejb-ref-typeelementEjbRefType.ejbRefType(EjbRefTypeType ejbRefType) Sets theejb-ref-typeelementSets thehomeelementSets theidattributeEjbRefType.lookupName(String lookupName) Sets thelookup-nameelementEjbRefType.mappedName(String mappedName) Sets themapped-nameelementSets theremoteelementEjbRefType.removeAllDescription()Removes thedescriptionelementEjbRefType.removeAllInjectionTarget()Removes allinjection-targetelementsEjbRefType.removeEjbLink()Removes theejb-linkelementEjbRefType.removeEjbRefName()Removes theejb-ref-nameelementEjbRefType.removeEjbRefType()Removes theejb-ref-typeattributeEjbRefType.removeHome()Removes thehomeelementEjbRefType.removeId()Removes theidattributeEjbRefType.removeLookupName()Removes thelookup-nameelementEjbRefType.removeMappedName()Removes themapped-nameelementEjbRefType.removeRemote()Removes theremoteelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return types with arguments of type EjbRefTypeModifier and TypeMethodDescriptionEjbRefType.createInjectionTarget()Creates a newinjection-targetelementEjbRefType.getAllInjectionTarget()Returns allinjection-targetelementsEjbRefType.getOrCreateInjectionTarget()If not already created, a newinjection-targetelement will be created and returned. -
Uses of EjbRefType in org.jboss.shrinkwrap.descriptor.impl.javaee7
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee7 that implement EjbRefTypeModifier and TypeClassDescriptionclassThis class implements theejb-refTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return EjbRefTypeModifier and TypeMethodDescriptionEjbRefTypeImpl.description(String... values) Creates for all String objects representingdescriptionelements, a newdescriptionelementSets theejb-linkelementEjbRefTypeImpl.ejbRefName(String ejbRefName) Sets theejb-ref-nameelementEjbRefTypeImpl.ejbRefType(String ejbRefType) Sets theejb-ref-typeelementEjbRefTypeImpl.ejbRefType(EjbRefTypeType ejbRefType) Sets theejb-ref-typeelementSets thehomeelementSets theidattributeEjbRefTypeImpl.lookupName(String lookupName) Sets thelookup-nameelementEjbRefTypeImpl.mappedName(String mappedName) Sets themapped-nameelementSets theremoteelementEjbRefTypeImpl.removeAllDescription()Removes thedescriptionelementEjbRefTypeImpl.removeAllInjectionTarget()Removes allinjection-targetelementsEjbRefTypeImpl.removeEjbLink()Removes theejb-linkelementEjbRefTypeImpl.removeEjbRefName()Removes theejb-ref-nameelementEjbRefTypeImpl.removeEjbRefType()Removes theejb-ref-typeattributeEjbRefTypeImpl.removeHome()Removes thehomeelementEjbRefTypeImpl.removeId()Removes theidattributeEjbRefTypeImpl.removeLookupName()Removes thelookup-nameelementEjbRefTypeImpl.removeMappedName()Removes themapped-nameelementEjbRefTypeImpl.removeRemote()Removes theremoteelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return types with arguments of type EjbRefTypeModifier and TypeMethodDescriptionEjbRefTypeImpl.createInjectionTarget()Creates a newinjection-targetelementEjbRefTypeImpl.getAllInjectionTarget()Returns allinjection-targetelementsEjbRefTypeImpl.getOrCreateInjectionTarget()If not already created, a newinjection-targetelement will be created and returned.