Uses of Class
org.apache.openejb.jee.was.v6.common.EnvEntryEnum
-
Packages that use EnvEntryEnum Package Description org.apache.openejb.jee.was.v6.common Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of EnvEntryEnum in org.apache.openejb.jee.was.v6.common
Fields in org.apache.openejb.jee.was.v6.common declared as EnvEntryEnum Modifier and Type Field Description protected EnvEntryEnumEnvEntry. envEntryTypeMethods in org.apache.openejb.jee.was.v6.common that return EnvEntryEnum Modifier and Type Method Description static EnvEntryEnumEnvEntryEnum. fromValue(String v)EnvEntryEnumEnvEntry. getEnvEntryType()Gets the value of the envEntryType property.static EnvEntryEnumEnvEntryEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static EnvEntryEnum[]EnvEntryEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openejb.jee.was.v6.common with parameters of type EnvEntryEnum Modifier and Type Method Description voidEnvEntry. setEnvEntryType(EnvEntryEnum value)Sets the value of the envEntryType property.
-