org.drools.clips
Class ClipsShell.GlobalsVariableResolver
java.lang.Object
org.drools.clips.ClipsShell.GlobalsVariableResolver
- All Implemented Interfaces:
- Serializable, org.mvel2.integration.VariableResolver
- Enclosing class:
- ClipsShell
public static class ClipsShell.GlobalsVariableResolver
- extends Object
- implements org.mvel2.integration.VariableResolver
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClipsShell.GlobalsVariableResolver
public ClipsShell.GlobalsVariableResolver(String name,
Class knownType,
GlobalResolver globals)
getName
public String getName()
- Specified by:
getName in interface org.mvel2.integration.VariableResolver
getType
public Class getType()
- Specified by:
getType in interface org.mvel2.integration.VariableResolver
setStaticType
public void setStaticType(Class type)
- Specified by:
setStaticType in interface org.mvel2.integration.VariableResolver
getFlags
public int getFlags()
- Specified by:
getFlags in interface org.mvel2.integration.VariableResolver
getValue
public Object getValue()
- Specified by:
getValue in interface org.mvel2.integration.VariableResolver
setValue
public void setValue(Object value)
- Specified by:
setValue in interface org.mvel2.integration.VariableResolver
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.