org.drools.clips
Class ClipsShell.GlobalsVariableResolver

java.lang.Object
  extended by 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

Constructor Summary
ClipsShell.GlobalsVariableResolver(String name, Class knownType, GlobalResolver globals)
           
 
Method Summary
 int getFlags()
           
 String getName()
           
 Class getType()
           
 Object getValue()
           
 void setStaticType(Class type)
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClipsShell.GlobalsVariableResolver

public ClipsShell.GlobalsVariableResolver(String name,
                                          Class knownType,
                                          GlobalResolver globals)
Method Detail

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-2013 JBoss Inc.. All Rights Reserved.