Package hec.data.outlet
Interface IOutlet
- All Superinterfaces:
ILocationAssociation,ILocationChild,ILocationChildAssociation,IPhysicalStructure,Modifiable,XmlString
- All Known Implementing Classes:
JDomOutletImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface hec.data.physicalstructure.IPhysicalStructure
ELEMENT_PROJECT_LOC -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddOutflow(IOutlet outflow) getName()booleanbooleanbooleanvoidsetCompoundOutletDescription(String compoundOutletDescription) voidsetCompoundOutletName(String compoundOutletName) voidsetInflows(List<IOutlet> inflow) voidsetIsCompoundOutletMember(boolean isGroupMember) voidsetOutflows(List<IOutlet> outflow) Methods inherited from interface hec.data.ILocationAssociation
getLocation, setLocationMethods inherited from interface hec.data.ILocationChild
getParentLocationRef, setParentLocationRefMethods inherited from interface hec.data.physicalstructure.IPhysicalStructure
getCharacteristicRef, getRatingGroupRef, setCharacteristicRef, setRatingGroupRefMethods inherited from interface rma.lang.Modifiable
isModified, setModifiedMethods inherited from interface hec.data.XmlString
toXmlString
-
Field Details
-
ELEMENT
- See Also:
-
ELEMENT_OUTLET_LOC
- See Also:
-
ELEMENT_OUTLET_CHAR_REF
- See Also:
-
NONE
- See Also:
-
-
Method Details
-
setIsCompoundOutletMember
void setIsCompoundOutletMember(boolean isGroupMember) -
isCompoundOutletMember
boolean isCompoundOutletMember() -
setInflows
-
addInflow
-
getInflows
-
setOutflows
-
addOutflow
-
getOutflows
-
setCompoundOutletName
-
getCompoundOutletName
String getCompoundOutletName() -
setCompoundOutletDescription
-
getCompoundOutletDescription
String getCompoundOutletDescription() -
isReservoirInflow
boolean isReservoirInflow() -
isDownstreamOutflow
boolean isDownstreamOutflow() -
getName
String getName()
-