frysk.hpd
Class DbgVariables.Value

java.lang.Object
  extended by frysk.hpd.DbgVariables.Value
Enclosing class:
DbgVariables

private static class DbgVariables.Value
extends Object


Field Summary
private  Object deflt
           
private  int type
           
private  LinkedList validVals
           
private  Object value
           
 
Constructor Summary
DbgVariables.Value(int type, Object deflt)
           
DbgVariables.Value(int type, Object deflt, String[] validVals)
           
 
Method Summary
 Object getDefault()
           
 int getType()
           
 Object getValue()
           
 void setValue(Object val)
           
 String toString()
           
 boolean valueValid(String val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

private int type

value

private Object value

deflt

private Object deflt

validVals

private LinkedList validVals
Constructor Detail

DbgVariables.Value

public DbgVariables.Value(int type,
                          Object deflt)

DbgVariables.Value

public DbgVariables.Value(int type,
                          Object deflt,
                          String[] validVals)
Method Detail

getType

public int getType()

getValue

public Object getValue()

getDefault

public Object getDefault()

setValue

public void setValue(Object val)

valueValid

public boolean valueValid(String val)

toString

public String toString()
Overrides:
toString in class Object