Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.groups |
Modifier and Type | Method and Description |
---|---|
abstract Time |
WebRole.getTime(int schedIndex,
int timeIndex)
getTime
|
Modifier and Type | Method and Description |
---|---|
Time[] |
BasicSchedule.getTime()
Method getTime.Returns the contents of the collection in an
Array.
|
Time |
BasicSchedule.getTime(int index)
Method getTime.
|
Time |
BasicSchedule.removeTimeAt(int index)
Method removeTimeAt.
|
static Time |
Time.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Time> |
BasicSchedule.enumerateTime()
Method enumerateTime.
|
List<Time> |
BasicSchedule.getTimeCollection()
Method getTimeCollection.Returns a reference to '_timeList'.
|
Iterator<Time> |
BasicSchedule.iterateTime()
Method iterateTime.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicSchedule.addTime(int index,
Time vTime) |
void |
BasicSchedule.addTime(Time vTime) |
boolean |
BasicSchedule.removeTime(Time vTime)
Method removeTime.
|
void |
BasicSchedule.setTime(int index,
Time vTime) |
void |
BasicSchedule.setTime(Time[] vTimeArray) |
Modifier and Type | Method and Description |
---|---|
void |
BasicSchedule.setTime(List<Time> vTimeList)
Sets the value of '_timeList' by copying the given Vector.
|
void |
BasicSchedule.setTimeCollection(List<Time> timeList)
Deprecated.
|
Copyright © 2017. All rights reserved.