com.lonniepryor.blues.cfg
Class IncludeCfgImpl.SetVariableCfg

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

public static class IncludeCfgImpl.SetVariableCfg
extends java.lang.Object
implements Verifiable

Child element for setting variable refrences.

Version:
$Revision: 1.1 $
Author:
Lonnie Pryor

Constructor Summary
IncludeCfgImpl.SetVariableCfg()
          Creates a new SetVariableCfg object.
 
Method Summary
 java.lang.String getName()
          Returns the name of the variable to set.
 java.lang.String getRef()
          Returns the refrence to set the variable to.
 void setName(java.lang.String name)
          Sets the name of the variable to set.
 void setRef(java.lang.String ref)
          Sets the refrence to set the variable to.
 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

IncludeCfgImpl.SetVariableCfg

public IncludeCfgImpl.SetVariableCfg()
Creates a new SetVariableCfg object.

Method Detail

setName

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

Parameters:
name - The name of the variable to set.

setRef

public void setRef(java.lang.String ref)
Sets the refrence to set the variable to.

Parameters:
ref - The refrence to set the variable to.

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 variable to set.

Returns:
The name of the variable to set.

getRef

public java.lang.String getRef()
Returns the refrence to set the variable to.

Returns:
The refrence to set the variable to.


Copyright © 2003 Blues Framework. All Rights Reserved.