public interface ReturnCodeContainerIF extends DescribableIF, ValuableIF
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The description of the object
|
String |
getValue() |
void |
setDescription(String description)
Sets the objects internal description
|
void |
setValue(String value) |
String getDescription()
DescribableIF
getDescription
in interface DescribableIF
String getValue()
getValue
in interface ValuableIF
void setDescription(String description)
DescribableIF
setDescription
in interface DescribableIF
description
- the description to setvoid setValue(String value)
setValue
in interface ValuableIF
value
- the value to setCopyright © 2022. All rights reserved.