edu.iastate.metnet.model
Interface ICodePresentation

All Known Implementing Classes:
AbstractCodePresentation, CodeRulePresentation

public interface ICodePresentation

Author:
Jie Li represent the value in the database and presentation in the UI

Method Summary
 java.lang.Double getDoubleValue()
           
 java.lang.Integer getIntegerValue()
           
 java.lang.String getPresentation()
           
 java.lang.String getStringValue()
           
 

Method Detail

getPresentation

java.lang.String getPresentation()

getStringValue

java.lang.String getStringValue()

getIntegerValue

java.lang.Integer getIntegerValue()

getDoubleValue

java.lang.Double getDoubleValue()