org.pz.platypus.plugin.html
Class HtmlData.Value

java.lang.Object
  extended by org.pz.platypus.plugin.html.HtmlData.Value
Enclosing class:
HtmlData

static class HtmlData.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).


Field Summary
(package private)  boolean bval
           
(package private)  float fval
           
(package private)  int ival
           
(package private)  Source source
           
(package private)  java.lang.String sval
           
 
Constructor Summary
HtmlData.Value(boolean bool)
           
HtmlData.Value(boolean yn, Source fileAndLine)
           
HtmlData.Value(float val)
           
HtmlData.Value(float val, Source fileAndLine)
           
HtmlData.Value(int integer)
           
HtmlData.Value(java.lang.String val, Source fileAndLine)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bval

boolean bval

fval

float fval

ival

int ival

sval

java.lang.String sval

source

Source source
Constructor Detail

HtmlData.Value

public HtmlData.Value(boolean bool)

HtmlData.Value

public HtmlData.Value(float val)

HtmlData.Value

public HtmlData.Value(int integer)

HtmlData.Value

public HtmlData.Value(float val,
                      Source fileAndLine)

HtmlData.Value

public HtmlData.Value(java.lang.String val,
                      Source fileAndLine)

HtmlData.Value

public HtmlData.Value(boolean yn,
                      Source fileAndLine)


Copyright © 2008-10 Pacific Data Works LLC