Package hec.data.timeSeriesText
Class TextDescriptionTx
java.lang.Object
hec.data.timeSeriesText.TextDescriptionTx
- All Implemented Interfaces:
ITimeSeriesDescription
@Deprecated(forRemoval=true)
public class TextDescriptionTx
extends Object
implements ITimeSeriesDescription
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.TextDescriptionTx
(TextDescriptionTx textDescriptionTx) Deprecated, for removal: This API element is subject to removal in a future version.TextDescriptionTx
(String officeId, String delimString) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new TextDescriptionTx -
Method Summary
Modifier and TypeMethodDescriptioncopy()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.rma.util.lookup.Lookup
Deprecated, for removal: This API element is subject to removal in a future version.Returns a lookup of capabilites that can be done on this objectDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.int
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.int
hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.void
setDuration
(Duration duration) Deprecated, for removal: This API element is subject to removal in a future version.void
setInterval
(Interval interval) Deprecated, for removal: This API element is subject to removal in a future version.void
setLocationRef
(LocationTemplate template) Deprecated, for removal: This API element is subject to removal in a future version.void
setParameterType
(ParameterType parameterType) Deprecated, for removal: This API element is subject to removal in a future version.void
setUtcIntervalOffset
(IntervalOffset utcOffset) Deprecated, for removal: This API element is subject to removal in a future version.void
setVersion
(Version version) Deprecated, for removal: This API element is subject to removal in a future version.toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
TextDescriptionTx
public TextDescriptionTx(String officeId, String delimString) throws DataSetIllegalArgumentException Deprecated, for removal: This API element is subject to removal in a future version.Creates a new TextDescriptionTx- Parameters:
officeId
- a valid USACE office id i.e. "SWF", "LRH", "SWT"delimString
- a delimited string delimited by '.' characters of the form [locationId].[parameterId].[parameterTypeId].[intervaId].[durationId].[versionId]- location id = a simple name of the location to be retrieved
- parameter id = Must be the string value "Text", otherwise a DataSetIllegalArugmentException is thrown
- parameter type id = must be one of the valid "Parameter Type" strings as defined in the ParmaeterType class
- interval id = must be a valid interval such as 1HOUR, 1DAY, etc. Valid interval values are defined by the hec.data.Interval class
- duration id = a valid duration string as defined by the Duration class. Similar to Interval.
- version id = a valid version string as defined by the Version class. Similar to FPART in DSS.
- Throws:
DataSetIllegalArgumentException
- if the delimited string is incorrect in any way.- See Also:
-
TextDescriptionTx
public TextDescriptionTx()Deprecated, for removal: This API element is subject to removal in a future version. -
TextDescriptionTx
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getLookup
public rma.util.lookup.Lookup getLookup()Deprecated, for removal: This API element is subject to removal in a future version.Returns a lookup of capabilites that can be done on this object- Specified by:
getLookup
in interfaceITimeSeriesDescription
-
getOfficeId
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getOfficeId
in interfaceITimeSeriesDescription
-
getLocationRef
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getLocationRef
in interfaceITimeSeriesDescription
-
setLocationRef
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setLocationRef
in interfaceITimeSeriesDescription
-
getParameterId
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getParameterId
in interfaceITimeSeriesDescription
-
getParameterType
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getParameterType
in interfaceITimeSeriesDescription
-
setParameterType
Deprecated, for removal: This API element is subject to removal in a future version. -
getInterval
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getInterval
in interfaceITimeSeriesDescription
-
setInterval
Deprecated, for removal: This API element is subject to removal in a future version. -
getDuration
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDuration
in interfaceITimeSeriesDescription
-
setDuration
Deprecated, for removal: This API element is subject to removal in a future version. -
getVersion
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getVersion
in interfaceITimeSeriesDescription
-
setVersion
Deprecated, for removal: This API element is subject to removal in a future version. -
getUserPrivilege
public int getUserPrivilege()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getUserPrivilege
in interfaceITimeSeriesDescription
-
getActive
public boolean getActive()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getActive
in interfaceITimeSeriesDescription
-
isRegular
public boolean isRegular()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isRegular
in interfaceITimeSeriesDescription
-
getUtcIntervalOffsetObject
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getUtcIntervalOffsetObject
in interfaceITimeSeriesDescription
-
setUtcIntervalOffset
Deprecated, for removal: This API element is subject to removal in a future version. -
getTimeSeriesId
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getTimeSeriesId
in interfaceITimeSeriesDescription
-
toString
Deprecated, for removal: This API element is subject to removal in a future version. -
copy
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
copy
in interfaceITimeSeriesDescription
-
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version. -
equals
Deprecated, for removal: This API element is subject to removal in a future version.
-
TimeSeriesIdentifier