Package hec.data.level
Interface ILocationLevelRef
- All Superinterfaces:
Modifiable,XmlString
- All Known Implementing Classes:
JDomLocationLevelRef
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAttribute(IAttributeParameterTypedValue attribute) voidsetDuration(Duration duration) voidsetLocationRef(LocationTemplate locRef) voidsetParameter(Parameter parameter) voidsetParameterType(ParameterType parameterType) voidvoidsetSpecifiedLevel(ISpecifiedLevel level) Methods inherited from interface rma.lang.Modifiable
isModified, setModifiedMethods inherited from interface hec.data.XmlString
toXmlString
-
Field Details
-
ELEMENT
- See Also:
-
LOCATION
- See Also:
-
SPECIFIED_LEVEL
- See Also:
-
DURATION
- See Also:
-
PARAMETER
- See Also:
-
PARAMETER_TYPE
- See Also:
-
ATTRIBUTE
- See Also:
-
ID
- See Also:
-
-
Method Details
-
getLocationLevelId
String getLocationLevelId() -
getLocationLevelAttributeValueUnitsId
String getLocationLevelAttributeValueUnitsId() -
setSpecifiedLevel
-
getSpecifiedLevel
ISpecifiedLevel getSpecifiedLevel() -
getLocationRef
LocationTemplate getLocationRef() -
setLocationRef
-
getParameter
Parameter getParameter() -
setParameter
-
getParameterType
ParameterType getParameterType() -
setParameterType
-
getDuration
Duration getDuration() -
setDuration
-
getPrototypeLevel
IParameterTypedValue getPrototypeLevel() -
setPrototypeLevel
-
getOfficeId
String getOfficeId() -
getAttribute
IAttributeParameterTypedValue getAttribute() -
setAttribute
-