stella.sql
Class OffLimitVisual.Signal

java.lang.Object
  extended by stella.sql.OffLimitVisual.Signal
Enclosing class:
OffLimitVisual

public static class OffLimitVisual.Signal
extends Object

A container class to hold all information of nightly statistics that are derived from the database and evaluated to fulfill certain limits.


Field Summary
private  Color green
           
private  String label
           
private  OffLimitVisual.Flavor ofval
           
private  Number value
           
 
Constructor Summary
protected OffLimitVisual.Signal(String l, Color c, Number v, OffLimitVisual.Flavor f)
           
 
Method Summary
 Color getColor()
           
 String getHtmlLabel()
           
 String getLabel()
           
 OffLimitVisual.Flavor getNumberFlavor()
           
 Number getValue()
           
static String parseToHtml(String underscore)
          Parses a label into an HTML-formatted name.
static String parseUnicode(String zerox)
          Parses a label for escaped chars not allowed in SQL column names.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

private String label

green

private Color green

value

private Number value

ofval

private OffLimitVisual.Flavor ofval
Constructor Detail

OffLimitVisual.Signal

protected OffLimitVisual.Signal(String l,
                                Color c,
                                Number v,
                                OffLimitVisual.Flavor f)
Method Detail

getLabel

public String getLabel()

getHtmlLabel

public String getHtmlLabel()

getColor

public Color getColor()

getValue

public Number getValue()

getNumberFlavor

public OffLimitVisual.Flavor getNumberFlavor()

parseToHtml

public static final String parseToHtml(String underscore)
Parses a label into an HTML-formatted name.


parseUnicode

public static final String parseUnicode(String zerox)
Parses a label for escaped chars not allowed in SQL column names.