Klasse UnsignedVariableInteger
java.lang.Object
org.jupnp.model.types.UnsignedVariableInteger
- Bekannte direkte Unterklassen:
UnsignedIntegerFourBytes
,UnsignedIntegerOneByte
,UnsignedIntegerTwoBytes
A crude solution for unsigned "non-negative" types in UPnP, not usable for any arithmetic.
- Autor:
- Christian Bauer, Jochen Hiller - use SpecificationViolationReporter
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
protected
UnsignedVariableInteger
(long value) protected
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
abstract UnsignedVariableInteger.Bits
getBits()
int
getValue()
int
hashCode()
increment
(boolean rolloverToOne) void
isInRange
(long value) protected UnsignedVariableInteger
setValue
(long value) toString()
-
Felddetails
-
value
protected long value
-
-
Konstruktordetails
-
UnsignedVariableInteger
protected UnsignedVariableInteger() -
UnsignedVariableInteger
- Löst aus:
NumberFormatException
-
UnsignedVariableInteger
- Löst aus:
NumberFormatException
-
-
Methodendetails
-
setValue
-
getValue
-
isInRange
- Löst aus:
NumberFormatException
-
getMinValue
public int getMinValue() -
getBits
-
increment
-
equals
-
hashCode
-
toString
-