com.eu.miscedautils.gentbvlog
Class FVPWaveFormElement

java.lang.Object
  extended by com.eu.miscedautils.gentbvlog.FVPWaveFormElement

public class FVPWaveFormElement
extends java.lang.Object


Constructor Summary
FVPWaveFormElement(java.lang.Character s, java.lang.Integer d)
           
 
Method Summary
 java.lang.Integer getDelay()
           
 java.lang.Character getValue()
           
 void setDelay(java.lang.Integer delay)
           
 void setValue(java.lang.Character value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FVPWaveFormElement

public FVPWaveFormElement(java.lang.Character s,
                          java.lang.Integer d)
Method Detail

getValue

public java.lang.Character getValue()

setValue

public void setValue(java.lang.Character value)

getDelay

public java.lang.Integer getDelay()

setDelay

public void setDelay(java.lang.Integer delay)