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 classDeprecated, 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.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, 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.LookupDeprecated, 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.intDeprecated, 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.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidsetDuration(Duration duration) Deprecated, for removal: This API element is subject to removal in a future version.voidsetInterval(Interval interval) Deprecated, for removal: This API element is subject to removal in a future version.voidsetLocationRef(LocationTemplate template) Deprecated, for removal: This API element is subject to removal in a future version.voidsetParameterType(ParameterType parameterType) Deprecated, for removal: This API element is subject to removal in a future version.voidsetUtcIntervalOffset(IntervalOffset utcOffset) Deprecated, for removal: This API element is subject to removal in a future version.voidsetVersion(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:
getLookupin interfaceITimeSeriesDescription
-
getOfficeId
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getOfficeIdin interfaceITimeSeriesDescription
-
getLocationRef
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getLocationRefin interfaceITimeSeriesDescription
-
setLocationRef
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setLocationRefin interfaceITimeSeriesDescription
-
getParameterId
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getParameterIdin interfaceITimeSeriesDescription
-
getParameterType
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getParameterTypein 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:
getIntervalin 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:
getDurationin 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:
getVersionin 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:
getUserPrivilegein interfaceITimeSeriesDescription
-
getActive
public boolean getActive()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getActivein interfaceITimeSeriesDescription
-
isRegular
public boolean isRegular()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isRegularin interfaceITimeSeriesDescription
-
getUtcIntervalOffsetObject
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getUtcIntervalOffsetObjectin 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:
getTimeSeriesIdin 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:
copyin 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