org.ablaf.runtime.reflection
Interface IGlobalVariables

All Superinterfaces:
IReflectionAdapter

public interface IGlobalVariables
extends IReflectionAdapter

Version:
$Revision: 1.1 $
Author:
jpetersen

Method Summary
 IVariable[] getGlobalVariables()
           
 boolean isGlobal(IVariable variable)
           
 IVariable newVariable(java.lang.String name)
           
 

Method Detail

getGlobalVariables

public IVariable[] getGlobalVariables()

isGlobal

public boolean isGlobal(IVariable variable)

newVariable

public IVariable newVariable(java.lang.String name)
                      throws ReflectionException
Throws:
ReflectionException


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.