com.mindbright.terminal.tandem6530
Class ConfigParameter
java.lang.Object
com.mindbright.terminal.tandem6530.ConfigParameter
- public class ConfigParameter
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConfigParameter
public ConfigParameter(char code,
int value)
ConfigParameter
public ConfigParameter(char code,
java.lang.String value)
parse
public static ConfigParameter[] parse(java.lang.String input)
throws ParseException
- Throws:
ParseException
getCode
public char getCode()
getValue
public int getValue()
getStringValue
public java.lang.String getStringValue()
hasStringValue
public boolean hasStringValue()
toString
public java.lang.String toString()