com.fatwire.gst.foundation.facade.runtag.vdm
Class GetScalar

java.lang.Object
  extended by com.fatwire.gst.foundation.facade.FTValListFacade
      extended by com.fatwire.gst.foundation.facade.runtag.AbstractTagRunner
          extended by com.fatwire.gst.foundation.facade.runtag.vdm.GetScalar
All Implemented Interfaces:
TagRunner

public final class GetScalar
extends AbstractTagRunner

Wrapper around the VDM.GETSCALAR xml tag

Since:
June 9, 2008
Author:
Tony Field and Mike Field

Field Summary
 
Fields inherited from class com.fatwire.gst.foundation.facade.FTValListFacade
list
 
Constructor Summary
GetScalar()
           
GetScalar(String attribute, String varname)
           
 
Method Summary
 void setAttribute(String s)
          Sets attribute to the value of s
 void setVarname(String s)
          Sets the varname to the value of s
 
Methods inherited from class com.fatwire.gst.foundation.facade.runtag.AbstractTagRunner
bind, execute, handleError, postExecute, preExecute
 
Methods inherited from class com.fatwire.gst.foundation.facade.FTValListFacade
getList, set, set, set, set, set, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetScalar

public GetScalar(String attribute,
                 String varname)

GetScalar

public GetScalar()
Method Detail

setAttribute

public void setAttribute(String s)
Sets attribute to the value of s

Parameters:
s - The name of the attribute

setVarname

public void setVarname(String s)
Sets the varname to the value of s

Parameters:
s - The name of the varname


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.