edu.iastate.metnet.model
Class AbstractCodePresentation

java.lang.Object
  extended by edu.iastate.metnet.model.AbstractCodePresentation
All Implemented Interfaces:
ICodePresentation
Direct Known Subclasses:
CodeRulePresentation

public abstract class AbstractCodePresentation
extends java.lang.Object
implements ICodePresentation

Author:
Jie Li do not require subclass to implement all methods

Constructor Summary
AbstractCodePresentation()
           
 
Method Summary
 java.lang.Double getDoubleValue()
           
 java.lang.Integer getIntegerValue()
           
 java.lang.String getPresentation()
           
 java.lang.String getStringValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCodePresentation

public AbstractCodePresentation()
Method Detail

getPresentation

public java.lang.String getPresentation()
Specified by:
getPresentation in interface ICodePresentation

getStringValue

public java.lang.String getStringValue()
Specified by:
getStringValue in interface ICodePresentation

getIntegerValue

public java.lang.Integer getIntegerValue()
Specified by:
getIntegerValue in interface ICodePresentation

getDoubleValue

public java.lang.Double getDoubleValue()
Specified by:
getDoubleValue in interface ICodePresentation