public interface HippsPositionIF 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()
DescribableIFgetDescription in interface DescribableIFString getValue()
getValue in interface ValuableIFvoid setDescription(String description)
DescribableIFsetDescription in interface DescribableIFdescription - the description to setvoid setValue(String value)
setValue in interface ValuableIFvalue - the value to setCopyright © 2020. All rights reserved.