org.sblim.wbem.cim
Class UnsignedInt8
Number
org.sblim.wbem.cim.UnsignedInt8
- Cloneable, java.io.Serializable
public class UnsignedInt8
extends Number
implements java.io.Serializable, Cloneable
Implements a 8-bit unsigned integer object.
The value range of an unsigned integer of 8-bit is '0 .. 255'.
static short | MAX_VALUE - The maximum value a unsigned integer of 8-bit value can be.
|
static short | MIN_VALUE - The minimum value a unsigned integer of 8-bit value can be.
|
UnsignedInt8(String pValue) - Constructs an unsigned 8-bit integer object for the specified String value.
|
UnsignedInt8(byte pValue) - Constructs an unsigned 8-bit integer object for the specified byte value.
|
UnsignedInt8(UnsignedInt8 pValue) - Constructs an unsigned 8-bit integer object for the specified UnsignedInt8 value.
|
UnsignedInt8(short pValue) - Constructs an unsigned 8-bit integer object for the specified short value.
|
MAX_VALUE
public static short MAX_VALUE
The maximum value a unsigned integer of 8-bit value can be. Its value is '255'.
MIN_VALUE
public static short MIN_VALUE
The minimum value a unsigned integer of 8-bit value can be. Its value is '0'.
UnsignedInt8
public UnsignedInt8(String pValue)
Constructs an unsigned 8-bit integer object for the specified String value.
pValue
- The value of the created object
UnsignedInt8
public UnsignedInt8(byte pValue)
Constructs an unsigned 8-bit integer object for the specified byte value.
pValue
- The value of the created object
UnsignedInt8
public UnsignedInt8(UnsignedInt8 pValue)
Constructs an unsigned 8-bit integer object for the specified UnsignedInt8 value.
pValue
- The value of the created object
UnsignedInt8
public UnsignedInt8(short pValue)
Constructs an unsigned 8-bit integer object for the specified short value.
pValue
- The value of the created object
byteValue
public byte byteValue()
clone
public Object clone()
doubleValue
public double doubleValue()
equals
public boolean equals(Object o)
floatValue
public float floatValue()
hashCode
public int hashCode()
intValue
public int intValue()
longValue
public long longValue()
shortValue
public short shortValue()
toString
public String toString()
Copyright © 2005, 2006 IBM Corporation. All Rights Reserved.