org.odata4j.core
Class UnsignedByte
java.lang.Object
java.lang.Number
org.odata4j.core.UnsignedByte
- All Implemented Interfaces:
- Serializable, Comparable<UnsignedByte>
public class UnsignedByte
- extends Number
- implements Comparable<UnsignedByte>
Unsigned 8-bit integer (0-255)
- See Also:
- Serialized Form
MAX_VALUE
public static final UnsignedByte MAX_VALUE
MIN_VALUE
public static final UnsignedByte MIN_VALUE
UnsignedByte
public UnsignedByte(int value)
compareTo
public int compareTo(UnsignedByte other)
- Specified by:
compareTo
in interface Comparable<UnsignedByte>
doubleValue
public double doubleValue()
- Specified by:
doubleValue
in class Number
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
floatValue
public float floatValue()
- Specified by:
floatValue
in class Number
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
intValue
public int intValue()
- Specified by:
intValue
in class Number
longValue
public long longValue()
- Specified by:
longValue
in class Number
parseUnsignedByte
public static UnsignedByte parseUnsignedByte(String value)
toString
public String toString()
- Overrides:
toString
in class Object
valueOf
public static UnsignedByte valueOf(int value)
http://odata4j.org