Package com.stimulsoft.base.range
Class TimeSpanRange
java.lang.Object
com.stimulsoft.base.range.Range
com.stimulsoft.base.range.TimeSpanRange
- All Implemented Interfaces:
IStiSerializable,IStiSerializableToString
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTimeSpanRange(long from, long to) TimeSpanRange(StiTimeSpan from, StiTimeSpan to) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanContains(StiTimeSpan value) voiddeserialize(String strObject) static TimeSpanRangefromSerializeValue(String str) Gets or sets From item of range.final StiTimeSpanGets specified name of range.Gets the type of range items.protected StringGets or set To item of range.final StiTimeSpanvoidsetFromObject(Object value) voidsetToObject(Object value) Methods inherited from class com.stimulsoft.base.range.Range
fromStringValue, Parse, serialize, setFromAndTo, toString
-
Field Details
-
From
-
To
-
-
Constructor Details
-
TimeSpanRange
public TimeSpanRange() -
TimeSpanRange
-
TimeSpanRange
public TimeSpanRange(long from, long to)
-
-
Method Details
-
getFromTime
-
getToTime
-
getRangeName
Gets specified name of range. Range name equal to name of range class.- Specified by:
getRangeNamein classRange
-
getRangeType
Gets the type of range items.- Specified by:
getRangeTypein classRange
-
getFromObject
Gets or sets From item of range.- Specified by:
getFromObjectin classRange
-
setFromObject
- Specified by:
setFromObjectin classRange
-
getToObject
Gets or set To item of range.- Specified by:
getToObjectin classRange
-
setToObject
- Specified by:
setToObjectin classRange
-
Contains
-
deserialize
-
getSerializeName
- Specified by:
getSerializeNamein classRange
-
fromSerializeValue
-