Package com.stimulsoft.base.range
Class GuidRange
java.lang.Object
com.stimulsoft.base.range.Range
com.stimulsoft.base.range.GuidRange
- All Implemented Interfaces:
IStiSerializable,IStiSerializableToString
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeserialize(String strObject) static GuidRangefromSerializeValue(String str) Gets or sets From item of range.Gets specified name of range.Gets the type of range items.protected StringGets or set To item of range.voidsetFromObject(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
-
GuidRange
public GuidRange() -
GuidRange
-
-
Method Details
-
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
-
deserialize
-
getSerializeName
- Specified by:
getSerializeNamein classRange
-
fromSerializeValue
-