org.quattor.pan.utils
Class GlobalVariable
java.lang.Object
org.quattor.pan.utils.GlobalVariable
public class GlobalVariable
- extends java.lang.Object
Holds the value of a global variable as well as a flag to indicate whether
this variable is 'final'.
- Author:
- loomis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2011 Quattor. All Rights Reserved.