public interface HippsContainerIF
Modifier and Type | Method and Description |
---|---|
String |
getPositionDescription(int position) |
int |
getPositionsCount() |
String |
getPositionValue(int position) |
void |
setPositionDescription(int position,
String description) |
void |
setPositionValue(int position,
String value) |
String getPositionValue(int position)
void setPositionValue(int position, String value)
String getPositionDescription(int position)
void setPositionDescription(int position, String description)
int getPositionsCount()
Copyright © 2020. All rights reserved.