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 String
static final String
static final String
static final String
Fields inherited from interface hec.data.physicalstructure.IPhysicalStructure
ELEMENT_PROJECT_LOC
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addOutflow
(IOutlet outflow) getName()
boolean
boolean
boolean
void
setCompoundOutletDescription
(String compoundOutletDescription) void
setCompoundOutletName
(String compoundOutletName) void
setInflows
(List<IOutlet> inflow) void
setIsCompoundOutletMember
(boolean isGroupMember) void
setOutflows
(List<IOutlet> outflow) Methods inherited from interface hec.data.ILocationAssociation
getLocation, setLocation
Methods inherited from interface hec.data.ILocationChild
getParentLocationRef, setParentLocationRef
Methods inherited from interface hec.data.physicalstructure.IPhysicalStructure
getCharacteristicRef, getRatingGroupRef, setCharacteristicRef, setRatingGroupRef
Methods inherited from interface rma.lang.Modifiable
isModified, setModified
Methods 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()
-