public interface SteamTurbineList extends BaseList<SteamTurbine>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SteamTurbineList.ListAccess<R> |
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<ColumnMeta,SteamTurbineList.ListAccess<?>> |
Cols |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Set<ColumnMeta> |
getColTypes() |
default ListMetaType |
getListMeta() |
SteamTurbine.SteamSupply |
getSteamSupply(int ndx)
Get Steam Supply
|
static java.util.Map<ColumnMeta,SteamTurbineList.ListAccess<?>> |
InitializeCols() |
void |
setSteamSupply(int ndx,
SteamTurbine.SteamSupply v) |
CalcListHash, getByID, getByKey, getColumnData, getID, getID, getIndex, getIndexes, getIndexesFromIDs, getIndexesFromKeys, getKey, getKeys, 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, toArraystatic final java.util.Map<ColumnMeta,SteamTurbineList.ListAccess<?>> Cols
SteamTurbine.SteamSupply getSteamSupply(int ndx) throws PAModelException
ndx - PAModelExceptionvoid setSteamSupply(int ndx,
SteamTurbine.SteamSupply v)
throws PAModelException
PAModelExceptiondefault java.util.Set<ColumnMeta> getColTypes()
getColTypes in interface BaseList<SteamTurbine>default ListMetaType getListMeta()
getListMeta in interface BaseList<SteamTurbine>static java.util.Map<ColumnMeta,SteamTurbineList.ListAccess<?>> InitializeCols()