|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupTableInfo
Interface GroupTableInfo defines methods to access a table of station groups.
Method Summary | |
---|---|
java.util.Enumeration |
elements()
Returns an enumeration of the 'StationTable' objects in the table. |
java.lang.String |
getStationsString(int compCode,
java.lang.String groupName)
Returns a String of names of stations associated with the given group name, via the given comparison code. |
StationTable |
getStationsTable(int compCode,
java.lang.String groupName)
Returns the StationTable associated with the given group name, via the given comparison code. |
java.util.Enumeration |
keys()
Returns an enumeration of group name keys. |
Method Detail |
---|
java.util.Enumeration elements()
StationTable getStationsTable(int compCode, java.lang.String groupName)
compCode
- the comparison code associated with the group name
(one of the GUIServicesDefines "PROP_CODE_..." values).groupName
- name of the group to get.
java.lang.String getStationsString(int compCode, java.lang.String groupName)
compCode
- the comparison code associated with the group name
(one of the GUIServicesDefines "PROP_CODE_..." values).groupName
- name of the group to get.
java.util.Enumeration keys()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |