public interface InServiceList<T extends InService> extends BaseList<T>
| Modifier and Type | Method and Description |
|---|---|
boolean[] |
isInService() |
boolean |
isInService(int ndx) |
void |
setInService(boolean[] s) |
void |
setInService(int ndx,
boolean s) |
CalcListHash, getByID, getByKey, getColTypes, getColumnData, getID, getID, getIndex, getIndexes, getIndexesFromIDs, getIndexesFromKeys, getKey, getKeys, getListMeta, getName, getName, objEquals, objHash, reset, setID, setID, setName, setName, toArrayadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayboolean isInService(int ndx)
throws PAModelException
PAModelExceptionboolean[] isInService()
throws PAModelException
PAModelExceptionvoid setInService(int ndx,
boolean s)
throws PAModelException
PAModelExceptionvoid setInService(boolean[] s)
throws PAModelException
PAModelException