Class PBEPathAttribute

Object
  |
  +--PBEUnit
        |
        +--PBEAttribute
              |
              +--PBEPathAttribute

public class PBEPathAttribute
extends PBEAttribute


Fields inherited from class PBEAttribute
enabled, iAfter, iBefore, iOn, iStatus, iValue, name, object, visible
 
Constructor Summary
PBEPathAttribute()
           
 
Method Summary
 void setValue(generic v, boolean is_first)
           
 
Methods inherited from class PBEAttribute
afterInput, beforeInput, disable, doAfterInput, doBeforeInput, doOnOutput, enable, enabled, getStatus, getValue, getValue, globalReference, hide, inputValue, onOutput, outputValue, prepareAction, setStatus, setValue, show
 
Methods inherited from class PBEUnit
compileActions, compileConditions, prepareEvent
 

Constructor Detail

PBEPathAttribute

public PBEPathAttribute()
Method Detail

setValue

public void setValue(generic v,
                     boolean is_first)
Overrides:
setValue in class PBEAttribute