Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee7.EjbRefType
-
Packages that use EjbRefType Package Description org.jboss.shrinkwrap.descriptor.api.javaee7 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.javaee7 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 EjbRefType Modifier and Type Method Description EjbRefType<T>EjbRefType. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementEjbRefType<T>EjbRefType. ejbLink(String ejbLink)Sets theejb-linkelementEjbRefType<T>EjbRefType. ejbRefName(String ejbRefName)Sets theejb-ref-nameelementEjbRefType<T>EjbRefType. ejbRefType(String ejbRefType)Sets theejb-ref-typeelementEjbRefType<T>EjbRefType. ejbRefType(EjbRefTypeType ejbRefType)Sets theejb-ref-typeelementEjbRefType<T>EjbRefType. home(String home)Sets thehomeelementEjbRefType<T>EjbRefType. id(String id)Sets theidattributeEjbRefType<T>EjbRefType. lookupName(String lookupName)Sets thelookup-nameelementEjbRefType<T>EjbRefType. mappedName(String mappedName)Sets themapped-nameelementEjbRefType<T>EjbRefType. remote(String remote)Sets theremoteelementEjbRefType<T>EjbRefType. removeAllDescription()Removes thedescriptionelementEjbRefType<T>EjbRefType. removeAllInjectionTarget()Removes allinjection-targetelementsEjbRefType<T>EjbRefType. removeEjbLink()Removes theejb-linkelementEjbRefType<T>EjbRefType. removeEjbRefName()Removes theejb-ref-nameelementEjbRefType<T>EjbRefType. removeEjbRefType()Removes theejb-ref-typeattributeEjbRefType<T>EjbRefType. removeHome()Removes thehomeelementEjbRefType<T>EjbRefType. removeId()Removes theidattributeEjbRefType<T>EjbRefType. removeLookupName()Removes thelookup-nameelementEjbRefType<T>EjbRefType. removeMappedName()Removes themapped-nameelementEjbRefType<T>EjbRefType. removeRemote()Removes theremoteelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return types with arguments of type EjbRefType Modifier and Type Method Description InjectionTargetType<EjbRefType<T>>EjbRefType. createInjectionTarget()Creates a newinjection-targetelementList<InjectionTargetType<EjbRefType<T>>>EjbRefType. getAllInjectionTarget()Returns allinjection-targetelementsInjectionTargetType<EjbRefType<T>>EjbRefType. 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 EjbRefType Modifier and Type Class Description classEjbRefTypeImpl<T>This class implements theejb-refTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return EjbRefType Modifier and Type Method Description EjbRefType<T>EjbRefTypeImpl. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementEjbRefType<T>EjbRefTypeImpl. ejbLink(String ejbLink)Sets theejb-linkelementEjbRefType<T>EjbRefTypeImpl. ejbRefName(String ejbRefName)Sets theejb-ref-nameelementEjbRefType<T>EjbRefTypeImpl. ejbRefType(String ejbRefType)Sets theejb-ref-typeelementEjbRefType<T>EjbRefTypeImpl. ejbRefType(EjbRefTypeType ejbRefType)Sets theejb-ref-typeelementEjbRefType<T>EjbRefTypeImpl. home(String home)Sets thehomeelementEjbRefType<T>EjbRefTypeImpl. id(String id)Sets theidattributeEjbRefType<T>EjbRefTypeImpl. lookupName(String lookupName)Sets thelookup-nameelementEjbRefType<T>EjbRefTypeImpl. mappedName(String mappedName)Sets themapped-nameelementEjbRefType<T>EjbRefTypeImpl. remote(String remote)Sets theremoteelementEjbRefType<T>EjbRefTypeImpl. removeAllDescription()Removes thedescriptionelementEjbRefType<T>EjbRefTypeImpl. removeAllInjectionTarget()Removes allinjection-targetelementsEjbRefType<T>EjbRefTypeImpl. removeEjbLink()Removes theejb-linkelementEjbRefType<T>EjbRefTypeImpl. removeEjbRefName()Removes theejb-ref-nameelementEjbRefType<T>EjbRefTypeImpl. removeEjbRefType()Removes theejb-ref-typeattributeEjbRefType<T>EjbRefTypeImpl. removeHome()Removes thehomeelementEjbRefType<T>EjbRefTypeImpl. removeId()Removes theidattributeEjbRefType<T>EjbRefTypeImpl. removeLookupName()Removes thelookup-nameelementEjbRefType<T>EjbRefTypeImpl. removeMappedName()Removes themapped-nameelementEjbRefType<T>EjbRefTypeImpl. removeRemote()Removes theremoteelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return types with arguments of type EjbRefType Modifier and Type Method Description InjectionTargetType<EjbRefType<T>>EjbRefTypeImpl. createInjectionTarget()Creates a newinjection-targetelementList<InjectionTargetType<EjbRefType<T>>>EjbRefTypeImpl. getAllInjectionTarget()Returns allinjection-targetelementsInjectionTargetType<EjbRefType<T>>EjbRefTypeImpl. getOrCreateInjectionTarget()If not already created, a newinjection-targetelement will be created and returned.
-