Uses of Class
org.apache.openejb.jee.VariableScope
-
Packages that use VariableScope Package Description org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of VariableScope in org.apache.openejb.jee
Methods in org.apache.openejb.jee that return VariableScope Modifier and Type Method Description static VariableScopeVariableScope. fromValue(String v)static VariableScopeVariableScope. valueOf(String name)Returns the enum constant of this type with the specified name.static VariableScope[]VariableScope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-