Uses of Interface
org.jboss.shrinkwrap.descriptor.api.j2ee14.EjbRefType
-
Packages that use EjbRefType Package Description org.jboss.shrinkwrap.descriptor.api.j2ee14 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.j2ee14 Provides the implementation classes as defined in the schema -
-
Uses of EjbRefType in org.jboss.shrinkwrap.descriptor.api.j2ee14
Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 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. remote(String remote)Sets theremoteelementEjbRefType<T>EjbRefType. removeAllDescription()Removes thedescriptionelementEjbRefType<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. removeRemote()Removes theremoteelement -
Uses of EjbRefType in org.jboss.shrinkwrap.descriptor.impl.j2ee14
Classes in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that implement EjbRefType Modifier and Type Class Description classEjbRefTypeImpl<T>This class implements theejb-refTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.j2ee14 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. remote(String remote)Sets theremoteelementEjbRefType<T>EjbRefTypeImpl. removeAllDescription()Removes thedescriptionelementEjbRefType<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. removeRemote()Removes theremoteelement
-