Package hec.data.operations
Class PhysicalStructureOperationalSetting<T extends IPhysicalStructureOperationalChangeRef>
java.lang.Object
java.util.Observable
hec.lang.NamedType
hec.data.AbstractJDomDataObject
hec.data.operations.PhysicalStructureOperationalSetting<T>
- All Implemented Interfaces:
AsciiSerializable,FieldAccessor,Serializable,Cloneable,Comparable,Observer,Modifiable
- Direct Known Subclasses:
JDomGateSetting,JDomTurbineSetting
public abstract class PhysicalStructureOperationalSetting<T extends IPhysicalStructureOperationalChangeRef>
extends AbstractJDomDataObject
- See Also:
-
Field Summary
Fields inherited from class hec.data.AbstractJDomDataObject
DD_MM_MYYYY, DD_MM_MYYYY_HHMM, DD_MM_MYYYY_HHMMZ, MM_MYYYY, UNIT, YYYYFields inherited from class hec.lang.NamedType
_description, _ignoreModifiedEvents, _index, _isValid, _modified, _name, defaultDescription, defaultName, DESCRIPTION_CHANGED, NAME_CHANGED, RENAME_EVENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetLocationRef(LocationTemplate gateLocRef) Shouldn't normally be called.voidsetOperationalChangeRef(T gateChangeRef) Shouldn't normally be called.Methods inherited from class hec.data.AbstractJDomDataObject
buildElement, buildElementOrRemove, camelCaseToLowerUnderbar, getDefaultElementName, getXmlDate, getXmlValue, parseDouble, parseFormattedDouble, parseInt, setXmlDate, setXmlValue, toXmlStringMethods inherited from class hec.lang.NamedType
addModifiableListener, clone, compareTo, fireModifiedStateChanged, getDescription, getDisplayName, getFieldObject, getIgnoreModifiedEvents, getIndex, getName, isModified, 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, setChanged
-
Constructor Details
-
PhysicalStructureOperationalSetting
public PhysicalStructureOperationalSetting() -
PhysicalStructureOperationalSetting
-
-
Method Details
-
getLocationRef
-
getOperationalChangeRef
-
setOperationalChangeRef
Shouldn't normally be called.- Parameters:
gateChangeRef-
-
setLocationRef
Shouldn't normally be called.- Parameters:
gateLocRef-
-