Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee6.EnvEntryType
-
Packages that use EnvEntryType 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 EnvEntryType in org.jboss.shrinkwrap.descriptor.api.javaee6
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 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. envEntryValue(String envEntryValue)Sets theenv-entry-valueelementEnvEntryType<T>EnvEntryType. id(String id)Sets theidattributeEnvEntryType<T>EnvEntryType. lookupName(String lookupName)Sets thelookup-nameelementEnvEntryType<T>EnvEntryType. mappedName(String mappedName)Sets themapped-nameelementEnvEntryType<T>EnvEntryType. removeAllDescription()Removes thedescriptionelementEnvEntryType<T>EnvEntryType. removeAllInjectionTarget()Removes allinjection-targetelementsEnvEntryType<T>EnvEntryType. removeEnvEntryName()Removes theenv-entry-nameelementEnvEntryType<T>EnvEntryType. removeEnvEntryType()Removes theenv-entry-typeelementEnvEntryType<T>EnvEntryType. removeEnvEntryValue()Removes theenv-entry-valueelementEnvEntryType<T>EnvEntryType. removeId()Removes theidattributeEnvEntryType<T>EnvEntryType. removeLookupName()Removes thelookup-nameelementEnvEntryType<T>EnvEntryType. removeMappedName()Removes themapped-nameelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type EnvEntryType Modifier and Type Method Description InjectionTargetType<EnvEntryType<T>>EnvEntryType. createInjectionTarget()Creates a newinjection-targetelementList<InjectionTargetType<EnvEntryType<T>>>EnvEntryType. getAllInjectionTarget()Returns allinjection-targetelementsInjectionTargetType<EnvEntryType<T>>EnvEntryType. 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 EnvEntryType Modifier and Type Class Description classEnvEntryTypeImpl<T>This class implements theenv-entryTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee6 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. envEntryValue(String envEntryValue)Sets theenv-entry-valueelementEnvEntryType<T>EnvEntryTypeImpl. id(String id)Sets theidattributeEnvEntryType<T>EnvEntryTypeImpl. lookupName(String lookupName)Sets thelookup-nameelementEnvEntryType<T>EnvEntryTypeImpl. mappedName(String mappedName)Sets themapped-nameelementEnvEntryType<T>EnvEntryTypeImpl. removeAllDescription()Removes thedescriptionelementEnvEntryType<T>EnvEntryTypeImpl. removeAllInjectionTarget()Removes allinjection-targetelementsEnvEntryType<T>EnvEntryTypeImpl. removeEnvEntryName()Removes theenv-entry-nameelementEnvEntryType<T>EnvEntryTypeImpl. removeEnvEntryType()Removes theenv-entry-typeelementEnvEntryType<T>EnvEntryTypeImpl. removeEnvEntryValue()Removes theenv-entry-valueelementEnvEntryType<T>EnvEntryTypeImpl. removeId()Removes theidattributeEnvEntryType<T>EnvEntryTypeImpl. removeLookupName()Removes thelookup-nameelementEnvEntryType<T>EnvEntryTypeImpl. removeMappedName()Removes themapped-nameelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return types with arguments of type EnvEntryType Modifier and Type Method Description InjectionTargetType<EnvEntryType<T>>EnvEntryTypeImpl. createInjectionTarget()Creates a newinjection-targetelementList<InjectionTargetType<EnvEntryType<T>>>EnvEntryTypeImpl. getAllInjectionTarget()Returns allinjection-targetelementsInjectionTargetType<EnvEntryType<T>>EnvEntryTypeImpl. getOrCreateInjectionTarget()If not already created, a newinjection-targetelement will be created and returned.
-