com.lonniepryor.blues.cfg
Class ModuleCfgImpl.VariableCfg

java.lang.Object
  |
  +--com.lonniepryor.blues.cfg.ModuleCfgImpl.VariableCfg
All Implemented Interfaces:
Verifiable
Enclosing class:
ModuleCfgImpl

public static class ModuleCfgImpl.VariableCfg
extends java.lang.Object
implements Verifiable

Child element for declaring external variables.

Version:
$Revision: 1.1 $
Author:
Lonnie Pryor

Constructor Summary
ModuleCfgImpl.VariableCfg()
          Creates a new VariableCfg object.
 
Method Summary
 java.lang.String getName()
          Returns the name of the external variable.
 void setName(java.lang.String name)
          Sets the name of the external variable.
 void verify()
          Verifies the state of this configuration element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleCfgImpl.VariableCfg

public ModuleCfgImpl.VariableCfg()
Creates a new VariableCfg object.

Method Detail

setName

public void setName(java.lang.String name)
Sets the name of the external variable.

Parameters:
name - The name of the external variable.

verify

public void verify()
Description copied from interface: Verifiable
Verifies the state of this configuration element.

Specified by:
verify in interface Verifiable

getName

public java.lang.String getName()
Returns the name of the external variable.

Returns:
The name of the external variable.


Copyright © 2003 Blues Framework. All Rights Reserved.