com.devnullsoftware.config
Class LabelValue

java.lang.Object
  |
  +--com.devnullsoftware.config.LabelValue

public class LabelValue
extends java.lang.Object

A label that can handle point-based parameters


Constructor Summary
LabelValue(java.lang.String sLabel, java.lang.String sValue)
           
 
Method Summary
 java.lang.String getLabel()
           
 java.lang.String getValue()
           
 void setLabel(java.lang.String s)
           
 void setValue(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelValue

public LabelValue(java.lang.String sLabel,
                  java.lang.String sValue)
Method Detail

getLabel

public java.lang.String getLabel()

setLabel

public void setLabel(java.lang.String s)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String s)