Uses of Class
org.jboss.shrinkwrap.descriptor.api.javaee6.EjbRefTypeType
-
Packages that use EjbRefTypeType 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 EjbRefTypeType in org.jboss.shrinkwrap.descriptor.api.javaee6
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return EjbRefTypeType Modifier and Type Method Description EjbRefTypeTypeEjbLocalRefType. getEjbRefType()Returns theejb-ref-typeelementEjbRefTypeTypeEjbRefType. getEjbRefType()Returns theejb-ref-typeelementstatic EjbRefTypeTypeEjbRefTypeType. getFromStringValue(String value)static EjbRefTypeTypeEjbRefTypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static EjbRefTypeType[]EjbRefTypeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 with parameters of type EjbRefTypeType Modifier and Type Method Description EjbLocalRefType<T>EjbLocalRefType. ejbRefType(EjbRefTypeType ejbRefType)Sets theejb-ref-typeelementEjbRefType<T>EjbRefType. ejbRefType(EjbRefTypeType ejbRefType)Sets theejb-ref-typeelement -
Uses of EjbRefTypeType in org.jboss.shrinkwrap.descriptor.impl.javaee6
Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return EjbRefTypeType Modifier and Type Method Description EjbRefTypeTypeEjbLocalRefTypeImpl. getEjbRefType()Returns theejb-ref-typeelementEjbRefTypeTypeEjbRefTypeImpl. getEjbRefType()Returns theejb-ref-typeelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee6 with parameters of type EjbRefTypeType Modifier and Type Method Description EjbLocalRefType<T>EjbLocalRefTypeImpl. ejbRefType(EjbRefTypeType ejbRefType)Sets theejb-ref-typeelementEjbRefType<T>EjbRefTypeImpl. ejbRefType(EjbRefTypeType ejbRefType)Sets theejb-ref-typeelement
-