Uses of Interface
org.jboss.shrinkwrap.descriptor.api.j2ee14.ParamValueType
-
Packages that use ParamValueType 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 ParamValueType in org.jboss.shrinkwrap.descriptor.api.j2ee14
Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 that return ParamValueType Modifier and Type Method Description ParamValueType<T>ParamValueType. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementParamValueType<T>ParamValueType. id(String id)Sets theidattributeParamValueType<T>ParamValueType. paramName(String paramName)Sets theparam-nameelementParamValueType<T>ParamValueType. paramValue(String paramValue)Sets theparam-valueelementParamValueType<T>ParamValueType. removeAllDescription()Removes thedescriptionelementParamValueType<T>ParamValueType. removeId()Removes theidattributeParamValueType<T>ParamValueType. removeParamName()Removes theparam-nameelementParamValueType<T>ParamValueType. removeParamValue()Removes theparam-valueelement -
Uses of ParamValueType in org.jboss.shrinkwrap.descriptor.impl.j2ee14
Classes in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that implement ParamValueType Modifier and Type Class Description classParamValueTypeImpl<T>This class implements theparam-valueTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that return ParamValueType Modifier and Type Method Description ParamValueType<T>ParamValueTypeImpl. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementParamValueType<T>ParamValueTypeImpl. id(String id)Sets theidattributeParamValueType<T>ParamValueTypeImpl. paramName(String paramName)Sets theparam-nameelementParamValueType<T>ParamValueTypeImpl. paramValue(String paramValue)Sets theparam-valueelementParamValueType<T>ParamValueTypeImpl. removeAllDescription()Removes thedescriptionelementParamValueType<T>ParamValueTypeImpl. removeId()Removes theidattributeParamValueType<T>ParamValueTypeImpl. removeParamName()Removes theparam-nameelementParamValueType<T>ParamValueTypeImpl. removeParamValue()Removes theparam-valueelement
-