org.pz.platypus.plugin.common
Class DocData.Value
java.lang.Object
org.pz.platypus.plugin.common.DocData.Value
- Enclosing class:
- DocData
public static class DocData.Value
- extends java.lang.Object
Inner class containing the value of the data item, plus
the line at which it was las changed. Made static for
performance reasons (per FindBugs).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bval
public boolean bval
fval
public float fval
ival
public int ival
sval
public java.lang.String sval
source
public Source source
DocData.Value
public DocData.Value(boolean bool)
DocData.Value
public DocData.Value(float val)
DocData.Value
public DocData.Value(int integer)
DocData.Value
public DocData.Value(float val,
Source fileAndLine)
DocData.Value
public DocData.Value(java.lang.String val,
Source fileAndLine)
DocData.Value
public DocData.Value(boolean yn,
Source fileAndLine)
Copyright © 2008-10 Pacific Data Works LLC