public class

UnsignedByte

extends Number
implements Comparable<T>
java.lang.Object
   ↳ java.lang.Number
     ↳ org.odata4j.core.UnsignedByte

Class Overview

Unsigned 8-bit integer (0-255)

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class java.lang.Number
Fields
public static final UnsignedByte MAX_VALUE
public static final UnsignedByte MIN_VALUE
private final int value
Public Constructors
UnsignedByte(int value)
Public Methods
int compareTo(UnsignedByte other)
double doubleValue()
boolean equals(Object obj)
float floatValue()
int hashCode()
int intValue()
long longValue()
static UnsignedByte parseUnsignedByte(String value)
String toString()
static UnsignedByte valueOf(int value)
[Expand]
Inherited Methods
From class java.lang.Number
From class java.lang.Object
From interface java.lang.Comparable

Constants

private static final long serialVersionUID

Constant Value: 698449810630429786 (0x09b16466f810cc5a)

Fields

public static final UnsignedByte MAX_VALUE

public static final UnsignedByte MIN_VALUE

private final int value

Public Constructors

public UnsignedByte (int value)

Parameters
value

Public Methods

public int compareTo (UnsignedByte other)

Parameters
other

public double doubleValue ()

public boolean equals (Object obj)

Parameters
obj

public float floatValue ()

public int hashCode ()

public int intValue ()

public long longValue ()

public static UnsignedByte parseUnsignedByte (String value)

Parameters
value

public String toString ()

public static UnsignedByte valueOf (int value)

Parameters
value