Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee6.RunAsType
-
Packages that use RunAsType 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 RunAsType in org.jboss.shrinkwrap.descriptor.api.javaee6
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return RunAsType Modifier and Type Method Description RunAsType<T>RunAsType. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementRunAsType<T>RunAsType. id(String id)Sets theidattributeRunAsType<T>RunAsType. removeAllDescription()Removes thedescriptionelementRunAsType<T>RunAsType. removeId()Removes theidattributeRunAsType<T>RunAsType. removeRoleName()Removes therole-nameelementRunAsType<T>RunAsType. roleName(String roleName)Sets therole-nameelement -
Uses of RunAsType in org.jboss.shrinkwrap.descriptor.impl.javaee6
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee6 that implement RunAsType Modifier and Type Class Description classRunAsTypeImpl<T>This class implements therun-asTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return RunAsType Modifier and Type Method Description RunAsType<T>RunAsTypeImpl. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementRunAsType<T>RunAsTypeImpl. id(String id)Sets theidattributeRunAsType<T>RunAsTypeImpl. removeAllDescription()Removes thedescriptionelementRunAsType<T>RunAsTypeImpl. removeId()Removes theidattributeRunAsType<T>RunAsTypeImpl. removeRoleName()Removes therole-nameelementRunAsType<T>RunAsTypeImpl. roleName(String roleName)Sets therole-nameelement
-