Uses of Interface
org.jboss.shrinkwrap.descriptor.api.j2ee14.EnvEntryType
-
Packages that use EnvEntryType 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 EnvEntryType in org.jboss.shrinkwrap.descriptor.api.j2ee14
Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 that return EnvEntryType Modifier and Type Method Description EnvEntryType<T>EnvEntryType. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementEnvEntryType<T>EnvEntryType. envEntryName(String envEntryName)Sets theenv-entry-nameelementEnvEntryType<T>EnvEntryType. envEntryType(String envEntryType)Sets theenv-entry-typeelementEnvEntryType<T>EnvEntryType. envEntryType(EnvEntryTypeValuesType envEntryType)Sets theenv-entry-typeelementEnvEntryType<T>EnvEntryType. envEntryValue(String envEntryValue)Sets theenv-entry-valueelementEnvEntryType<T>EnvEntryType. id(String id)Sets theidattributeEnvEntryType<T>EnvEntryType. removeAllDescription()Removes thedescriptionelementEnvEntryType<T>EnvEntryType. removeEnvEntryName()Removes theenv-entry-nameelementEnvEntryType<T>EnvEntryType. removeEnvEntryType()Removes theenv-entry-typeattributeEnvEntryType<T>EnvEntryType. removeEnvEntryValue()Removes theenv-entry-valueelementEnvEntryType<T>EnvEntryType. removeId()Removes theidattribute -
Uses of EnvEntryType in org.jboss.shrinkwrap.descriptor.impl.j2ee14
Classes in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that implement EnvEntryType Modifier and Type Class Description classEnvEntryTypeImpl<T>This class implements theenv-entryTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that return EnvEntryType Modifier and Type Method Description EnvEntryType<T>EnvEntryTypeImpl. description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementEnvEntryType<T>EnvEntryTypeImpl. envEntryName(String envEntryName)Sets theenv-entry-nameelementEnvEntryType<T>EnvEntryTypeImpl. envEntryType(String envEntryType)Sets theenv-entry-typeelementEnvEntryType<T>EnvEntryTypeImpl. envEntryType(EnvEntryTypeValuesType envEntryType)Sets theenv-entry-typeelementEnvEntryType<T>EnvEntryTypeImpl. envEntryValue(String envEntryValue)Sets theenv-entry-valueelementEnvEntryType<T>EnvEntryTypeImpl. id(String id)Sets theidattributeEnvEntryType<T>EnvEntryTypeImpl. removeAllDescription()Removes thedescriptionelementEnvEntryType<T>EnvEntryTypeImpl. removeEnvEntryName()Removes theenv-entry-nameelementEnvEntryType<T>EnvEntryTypeImpl. removeEnvEntryType()Removes theenv-entry-typeattributeEnvEntryType<T>EnvEntryTypeImpl. removeEnvEntryValue()Removes theenv-entry-valueelementEnvEntryType<T>EnvEntryTypeImpl. removeId()Removes theidattribute
-