Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee6.EnvEntryType
Packages that use EnvEntryType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of EnvEntryType in org.jboss.shrinkwrap.descriptor.api.javaee6
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return EnvEntryTypeModifier and TypeMethodDescriptionEnvEntryType.description(String... values) Creates for all String objects representingdescriptionelements, a newdescriptionelementEnvEntryType.envEntryName(String envEntryName) Sets theenv-entry-nameelementEnvEntryType.envEntryType(String envEntryType) Sets theenv-entry-typeelementEnvEntryType.envEntryValue(String envEntryValue) Sets theenv-entry-valueelementSets theidattributeEnvEntryType.lookupName(String lookupName) Sets thelookup-nameelementEnvEntryType.mappedName(String mappedName) Sets themapped-nameelementEnvEntryType.removeAllDescription()Removes thedescriptionelementEnvEntryType.removeAllInjectionTarget()Removes allinjection-targetelementsEnvEntryType.removeEnvEntryName()Removes theenv-entry-nameelementEnvEntryType.removeEnvEntryType()Removes theenv-entry-typeelementEnvEntryType.removeEnvEntryValue()Removes theenv-entry-valueelementEnvEntryType.removeId()Removes theidattributeEnvEntryType.removeLookupName()Removes thelookup-nameelementEnvEntryType.removeMappedName()Removes themapped-nameelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type EnvEntryTypeModifier and TypeMethodDescriptionEnvEntryType.createInjectionTarget()Creates a newinjection-targetelementEnvEntryType.getAllInjectionTarget()Returns allinjection-targetelementsEnvEntryType.getOrCreateInjectionTarget()If not already created, a newinjection-targetelement will be created and returned. -
Uses of EnvEntryType in org.jboss.shrinkwrap.descriptor.impl.javaee6
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee6 that implement EnvEntryTypeModifier and TypeClassDescriptionclassThis class implements theenv-entryTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return EnvEntryTypeModifier and TypeMethodDescriptionEnvEntryTypeImpl.description(String... values) Creates for all String objects representingdescriptionelements, a newdescriptionelementEnvEntryTypeImpl.envEntryName(String envEntryName) Sets theenv-entry-nameelementEnvEntryTypeImpl.envEntryType(String envEntryType) Sets theenv-entry-typeelementEnvEntryTypeImpl.envEntryValue(String envEntryValue) Sets theenv-entry-valueelementSets theidattributeEnvEntryTypeImpl.lookupName(String lookupName) Sets thelookup-nameelementEnvEntryTypeImpl.mappedName(String mappedName) Sets themapped-nameelementEnvEntryTypeImpl.removeAllDescription()Removes thedescriptionelementEnvEntryTypeImpl.removeAllInjectionTarget()Removes allinjection-targetelementsEnvEntryTypeImpl.removeEnvEntryName()Removes theenv-entry-nameelementEnvEntryTypeImpl.removeEnvEntryType()Removes theenv-entry-typeelementEnvEntryTypeImpl.removeEnvEntryValue()Removes theenv-entry-valueelementEnvEntryTypeImpl.removeId()Removes theidattributeEnvEntryTypeImpl.removeLookupName()Removes thelookup-nameelementEnvEntryTypeImpl.removeMappedName()Removes themapped-nameelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return types with arguments of type EnvEntryTypeModifier and TypeMethodDescriptionEnvEntryTypeImpl.createInjectionTarget()Creates a newinjection-targetelementEnvEntryTypeImpl.getAllInjectionTarget()Returns allinjection-targetelementsEnvEntryTypeImpl.getOrCreateInjectionTarget()If not already created, a newinjection-targetelement will be created and returned.