|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RandomValueResultMapper
| Field Summary |
|---|
| Fields inherited from interface net.sourceforge.rpgee.Describable |
|---|
CODE_FOOTER, CODE_HEADER |
| Method Summary | |
|---|---|
int |
getHighestMappableValue()
The highest integer value that is mappable by this mapper |
int |
getLowestMappableValue()
The lowest integer value that is mappable by this mapper |
java.lang.String |
getMappedValue(int value)
Mappers map integer values to some string representation |
boolean |
isMappableValue(int value)
Determines if a value can be mapped. |
| Methods inherited from interface net.sourceforge.rpgee.Describable |
|---|
getDescription, getHTMLDescription |
| Method Detail |
|---|
java.lang.String getMappedValue(int value)
throws InvalidParameterException
value - integer value to map
InvalidParameterException - if the value cannot be mapped (probably per isMappableValue)boolean isMappableValue(int value)
value -
int getLowestMappableValue()
int getHighestMappableValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||