Package com.stimulsoft.base.range
Class ByteRange
java.lang.Object
com.stimulsoft.base.range.Range
com.stimulsoft.base.range.ByteRange
- All Implemented Interfaces:
IStiSerializable,IStiSerializableToString
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanContains(int value) voiddeserialize(String strObject) static ByteRangefromSerializeValue(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, setFromAndTo, toString
-
Field Details
-
From
public int From -
To
public int To
-
-
Constructor Details
-
ByteRange
public ByteRange() -
ByteRange
public ByteRange(int from, int to)
-
-
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
-
Contains
public final boolean Contains(int value) -
serialize
- Specified by:
serializein interfaceIStiSerializableToString- Overrides:
serializein classRange
-
deserialize
-
getSerializeName
- Specified by:
getSerializeNamein classRange
-
fromSerializeValue
-