Uses of Class
org.opendaylight.yangtools.yang.common.Uint8
-
Uses of Uint8 in org.opendaylight.yangtools.yang.common
Fields in org.opendaylight.yangtools.yang.common declared as Uint8Modifier and TypeFieldDescriptionstatic final Uint8Uint8.MAX_VALUEValue of255.static final Uint8Uint8.ONEValue of1.static final Uint8Uint8.TENValue of10.static final Uint8Uint8.TWOValue of2.static final Uint8Uint8.ZEROValue of0.Methods in org.opendaylight.yangtools.yang.common that return Uint8Modifier and TypeMethodDescriptionstatic Uint8Uint8.fromByteBits(byte bits) Returns anUint8corresponding to a given bit representation.static Uint8UintConversions.fromJava(short value) Convert ashortin range 0-255 to an Uint8.static Uint8Uint8.saturatedOf(byte byteVal) Returns anUint8corresponding to a givenbyteValif it is representable.static Uint8Uint8.saturatedOf(int intVal) Returns anUint8corresponding to a givenintValif it is representable.static Uint8Uint8.saturatedOf(long longVal) Returns anUint8corresponding to a givenlongValif it is representable.static Uint8Uint8.saturatedOf(short shortVal) Returns anUint8corresponding to a givenshortValif it is representable.final Uint8Uint16.toSaturatedUint8()final Uint8Uint32.toSaturatedUint8()final Uint8Uint16.toUint8()Convert this value to aUint8.final Uint8Uint32.toUint8()Convert this value to aUint8.final Uint8Uint64.toUint8()Convert this value to aUint8.static Uint8Uint8.valueOf(byte byteVal) Returns anUint8corresponding to a givenbyteVal.static Uint8Uint8.valueOf(int intVal) Returns anUint8corresponding to a givenintVal.static Uint8Uint8.valueOf(long longVal) Returns anUint8corresponding to a givenlongVal.static Uint8Uint8.valueOf(short shortVal) Returns anUint8corresponding to a givenshortVal.static Uint8Returns anUint8holding the value of the specifiedString, parsed as an unsignedshortvalue.static Uint8Returns anUint8holding the value of the specifiedString, parsed as an unsignedshortvalue.static Uint8Returns anUint8corresponding to a givenuint.static Uint8Returns anUint8corresponding to a givenuint.static Uint8Returns anUint8corresponding to a givenuint.Methods in org.opendaylight.yangtools.yang.common that return types with arguments of type Uint8Modifier and TypeMethodDescriptionUint8.Support.fromString(String str) final CanonicalValueSupport<Uint8>Uint8.support()Methods in org.opendaylight.yangtools.yang.common with parameters of type Uint8Modifier and TypeMethodDescriptionfinal intfinal booleanA slightly faster version ofequals(Object).static Uint16Returns anUint16corresponding to a givenuint.static Uint32Returns anUint32corresponding to a givenuint.static Uint64Returns anUint64corresponding to a givenuint.Constructors in org.opendaylight.yangtools.yang.common with parameters of type Uint8