Package hec.rss.model
Class ResSysOpDataList
java.lang.Object
java.util.Observable
hec.lang.NamedType
hec.watershed.model.DefaultDataList
hec.rss.model.AsciiSplitDataList
hec.rss.model.ResSysOpDataList
- All Implemented Interfaces:
AsciiSerializable,FieldAccessor,CommonDataList,DataList,Serializable,Cloneable,Comparable,Observer,mil.army.usace.hec.rmi.csinterface.DataCallBack,rma.lang.Modifiable
- See Also:
-
Field Summary
Fields inherited from class hec.watershed.model.DefaultDataList
_callback, _dataListContainer, _initd, _listenerList, _modelName, _objClass, _objects, _objectsArray, _registered, _rmiDataList, _shown, _workspaceClosingFields inherited from class hec.lang.NamedType
_description, _ignoreModifiedEvents, _index, _isValid, _modified, _name, defaultDescription, defaultName, DESCRIPTION_CHANGED, NAME_CHANGED, RENAME_EVENT -
Constructor Summary
ConstructorsConstructorDescriptionResSysOpDataList(hec.clientapp.rmi.csinterface.RmiDataList rd, DataListContainer parent, String objClass) -
Method Summary
Methods inherited from class hec.rss.model.AsciiSplitDataList
saveAllMethods inherited from class hec.watershed.model.DefaultDataList
addDataListListener, addDataObject, addNewObject, addNewObject2, addNewObjectReference, addNewObjectReference, backupData, backupObjectData, callNativeMethod, doesExist, findObjectById, findObjectIdByName, getCommonDataListContainer, getDataListContainer, getDataObject, getGmtOffset, getLastModifiedTime, getModelName, getNamesVector, getObject, getObject, getObjectArray, getObjectClass, getObjectCount, getObjects, getUnitSystem, hasBeenInitd, init, isModified, iterator, loadObject, loadObject, newDataObject, newDataObject, notify, notify, notify, notifyListeners, notifyListeners, register, reload, removeAll, removeDataListListener, removeMyObj, removeObject, saveObject, setModelName, syncDataLists, unregister, workspaceClosingMethods inherited from class hec.lang.NamedType
addModifiableListener, clone, compareTo, fireModifiedStateChanged, getDescription, getDisplayName, getFieldObject, getIgnoreModifiedEvents, getIndex, getName, isValid, readResolve, removeModifiableListener, rename, set, setDescription, setFieldObject, setIgnoreModifiedEvents, setIndex, setModified, setName, setValid, toString, update, useRecursiveModifiedTestMethods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface hec.model.CommonDataList
setModified
-
Constructor Details
-
ResSysOpDataList
public ResSysOpDataList(hec.clientapp.rmi.csinterface.RmiDataList rd, DataListContainer parent, String objClass)
-