Package hec.data
Interface ILocationRef
- All Known Subinterfaces:
IRatingSpecification
- All Known Implementing Classes:
JDomGateChangeRef,JDomProjectGateChanges,JDomProjectTurbineChanges,JDomRatingSpecification,JDomTurbineChangeRef,OperationalProjectChanges,PhysicalStructureOperationalChangeRef
public interface ILocationRef
An interface for objects that have a reference location.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the ref location templatevoidsetLocationRef(LocationTemplate locationRef) Sets the ref location template.
-
Method Details
-
getLocationRef
LocationTemplate getLocationRef()Returns the ref location template- Returns:
-
setLocationRef
Sets the ref location template.- Parameters:
locationRef-
-