|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasZoneLocations
Nested Class Summary | |
---|---|
static class |
HasZoneLocations.ZoneLocations_list
Inner list class for holding multiple entries for attribute zoneLocations. |
Method Summary | |
---|---|
void |
addToZoneLocations(int position,
Zone zone)
Method to add Zone at position to ZoneLocations_list |
void |
addToZoneLocations(Zone zone)
Method to add Zone to ZoneLocations_list |
Zone |
getFromZoneLocations(int position)
Method to get Zone from ZoneLocations_list |
HasZoneLocations.ZoneLocations_list |
getZoneLocations()
Get method for zoneLocations |
void |
removeElementAtFromZoneLocations(int position)
Method to remove by position from ZoneLocations_list |
void |
removeFromZoneLocations(Zone zone)
Method to remove first Zone from ZoneLocations_list |
void |
setZoneLocations(HasZoneLocations.ZoneLocations_list zoneLocations)
Set method for zoneLocations |
Method Detail |
---|
void setZoneLocations(HasZoneLocations.ZoneLocations_list zoneLocations)
value
- to setHasZoneLocations.ZoneLocations_list getZoneLocations()
void addToZoneLocations(Zone zone)
void addToZoneLocations(int position, Zone zone)
Zone getFromZoneLocations(int position)
void removeElementAtFromZoneLocations(int position)
void removeFromZoneLocations(Zone zone)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |