Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.milligan.eccles
Interface RunStateEx  view RunStateEx download RunStateEx.java

All Superinterfaces:
RunState
All Known Implementing Classes:
RunStateImpl

public interface RunStateEx
extends RunState


Method Summary
 Tag getTag()
          Retireve the tag object associated with the run state
 
Methods inherited from interface org.milligan.eccles.RunState
addMessage, addMessage, addMessageWithHref, callTag, changeProperty, evaluate, evaluateBoolean, evaluateLong, evaluateString, findProperty, getOutputDocument, getOutputElement, getParent, getParentProperty, getPrivateProperty, getProperty, getProperty, getReportTypeMap, getTagClass, removeParentProperty, setParentProperty, setPrivateProperty, setProperty
 

Method Detail

getTag

public Tag getTag()
Description copied from interface: RunState
Retireve the tag object associated with the run state

Specified by:
getTag in interface RunState