public class VariableFactory
extends java.lang.Object
| Constructor and Description | 
|---|
VariableFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Variable | 
getVariable(java.lang.String name)
Obtains an instance of a  
Variable given its name. | 
public static Variable getVariable(java.lang.String name) throws JMException
Variable given its name.name - The name of the class from which we want to obtain an instance
             objectJMException