EchoPoint
1.0

echopoint.stylesheet
Class SymbolicIntegerValue

java.lang.Object
  extended byechopoint.stylesheet.SymbolicNumberValue
      extended byechopoint.stylesheet.SymbolicIntegerValue
All Implemented Interfaces:
java.io.Serializable, SymbolicValue

public class SymbolicIntegerValue
extends SymbolicNumberValue

A SymbolicValue for integer data. The getValue will always return an Integer object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class echopoint.stylesheet.SymbolicNumberValue
symbolic, value
 
Constructor Summary
SymbolicIntegerValue(int value, java.lang.String symbol)
          Constructor that takes an integer value and symbolic string
 
Methods inherited from class echopoint.stylesheet.SymbolicNumberValue
getSymbolic, getValue, matches, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SymbolicIntegerValue

public SymbolicIntegerValue(int value,
                            java.lang.String symbol)
Constructor that takes an integer value and symbolic string


EchoPoint
1.0