org.quattor.pan.utils
Class GlobalVariable
java.lang.Object
org.quattor.pan.utils.GlobalVariable
public class GlobalVariable
- extends Object
Holds the value of a global variable as well as a flag to indicate whether
this variable is 'final'.
- Author:
- loomis
GlobalVariable
public GlobalVariable(boolean finalFlag,
Element value)
setValue
public void setValue(Element newValue)
getValue
public Element getValue()
getUnprotectedValue
public Element getUnprotectedValue()
setFinalFlag
public void setFinalFlag(boolean finalFlag)
getFinalFlag
public boolean getFinalFlag()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011 Quattor. All Rights Reserved.