Uses of Class
org.jboss.shrinkwrap.descriptor.api.j2ee14.EnvEntryTypeValuesType
-
Packages that use EnvEntryTypeValuesType 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 EnvEntryTypeValuesType in org.jboss.shrinkwrap.descriptor.api.j2ee14
Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 that return EnvEntryTypeValuesType Modifier and Type Method Description EnvEntryTypeValuesTypeEnvEntryType. getEnvEntryType()Returns theenv-entry-typeelementstatic EnvEntryTypeValuesTypeEnvEntryTypeValuesType. getFromStringValue(String value)static EnvEntryTypeValuesTypeEnvEntryTypeValuesType. valueOf(String name)Returns the enum constant of this type with the specified name.static EnvEntryTypeValuesType[]EnvEntryTypeValuesType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 with parameters of type EnvEntryTypeValuesType Modifier and Type Method Description EnvEntryType<T>EnvEntryType. envEntryType(EnvEntryTypeValuesType envEntryType)Sets theenv-entry-typeelement -
Uses of EnvEntryTypeValuesType in org.jboss.shrinkwrap.descriptor.impl.j2ee14
Methods in org.jboss.shrinkwrap.descriptor.impl.j2ee14 that return EnvEntryTypeValuesType Modifier and Type Method Description EnvEntryTypeValuesTypeEnvEntryTypeImpl. getEnvEntryType()Returns theenv-entry-typeelementMethods in org.jboss.shrinkwrap.descriptor.impl.j2ee14 with parameters of type EnvEntryTypeValuesType Modifier and Type Method Description EnvEntryType<T>EnvEntryTypeImpl. envEntryType(EnvEntryTypeValuesType envEntryType)Sets theenv-entry-typeelement
-