ida.pelab.prt.pattern
Class PrintArgument

java.lang.Object
  extended by ida.pelab.prt.pattern.PrintArgument

public class PrintArgument
extends java.lang.Object


Constructor Summary
PrintArgument(PrintArgumentType type, java.lang.String value)
           
 
Method Summary
 PrintArgumentType getType()
           
 java.lang.String getValue()
           
 void setType(PrintArgumentType type)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintArgument

public PrintArgument(PrintArgumentType type,
                     java.lang.String value)
Method Detail

getType

public PrintArgumentType getType()

setType

public void setType(PrintArgumentType type)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)