Package io.scanbot.sdk.tiff.model
Class UserFieldIntValue
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class UserFieldIntValue extends UserFieldValue implements Parcelable
32-bit int value (TIFF_LONG).
-
-
Constructor Summary
Constructors Constructor Description UserFieldIntValue(Map<String, Object> source)
UserFieldIntValue(JSONObject json)
UserFieldIntValue(Integer value)
-
Method Summary
Modifier and Type Method Description String
get_type()
final Integer
getValue()
Value. final Unit
setValue(Integer value)
Value. JSONObject
toJson(ToJsonConfiguration config)
UserFieldIntValue
clone()
-
-
Constructor Detail
-
UserFieldIntValue
UserFieldIntValue(JSONObject json)
-
UserFieldIntValue
UserFieldIntValue(Integer value)
-
-
Method Detail
-
toJson
JSONObject toJson(ToJsonConfiguration config)
-
clone
UserFieldIntValue clone()
-
-
-
-