com.fatwire.gst.foundation.facade.runtag.vdm
Class SetScalarWithoutReset
java.lang.Object
com.fatwire.gst.foundation.facade.runtag.vdm.SetScalarWithoutReset
- All Implemented Interfaces:
- TagRunner
public class SetScalarWithoutReset
- extends Object
- implements TagRunner
Sets a scalar attribute value without resetting it if it has already been set
to the same value.
- Since:
- Sep 29, 2008
- Author:
- Tony Field
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetScalarWithoutReset
public SetScalarWithoutReset(String attribute,
String value)
execute
public String execute(COM.FutureTense.Interfaces.ICS ics)
- Description copied from interface:
TagRunner
- Invokes runTag with the tag name and FTValList populated by the class.
- Specified by:
execute
in interface TagRunner
- Returns:
- the returned string from
ICS.runTag(String, COM.FutureTense.Interfaces.FTValList)
getValue
public String getValue()
getAttribute
public String getAttribute()
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.