Uses of Class
org.opendaylight.yangtools.yang.common.Uint16
-
Uses of Uint16 in org.opendaylight.yangtools.yang.common
Fields in org.opendaylight.yangtools.yang.common declared as Uint16Modifier and TypeFieldDescriptionstatic final Uint16Uint16.MAX_VALUEValue of65535.static final Uint16Uint16.ONEValue of1.static final Uint16Uint16.TENValue of10.static final Uint16Uint16.TWOValue of2.static final Uint16Uint16.ZEROValue of0.Methods in org.opendaylight.yangtools.yang.common that return Uint16Modifier and TypeMethodDescriptionstatic Uint16UintConversions.fromJava(int value) Convert anintin range 0-65535 to a Uint16.static Uint16Uint16.fromShortBits(short bits) Returns anUint16corresponding to a given bit representation.final Uint16Uint16.intern()Return an interned (shared) instance equivalent to this object.static Uint16Uint16.saturatedOf(byte byteVal) Returns anUint16corresponding to a givenbyteValif it is representable.static Uint16Uint16.saturatedOf(int intVal) Returns anUint16corresponding to a givenintValif it is representable.static Uint16Uint16.saturatedOf(long longVal) Returns anUint16corresponding to a givenlongValif it is representable.static Uint16Uint16.saturatedOf(short shortVal) Returns anUint16corresponding to a givenshortValif it is representable.final Uint16Uint32.toSaturatedUint16()final Uint16Uint32.toUint16()Convert this value to aUint16.final Uint16Uint64.toUint16()Convert this value to aUint16.final Uint16Uint8.toUint16()Convert this value to aUint16.static Uint16Uint16.valueOf(byte byteVal) Returns anUint16corresponding to a givenbyteVal.static Uint16Uint16.valueOf(int intVal) Returns anUint16corresponding to a givenintVal.static Uint16Uint16.valueOf(long longVal) Returns anUint16corresponding to a givenlongVal.static Uint16Uint16.valueOf(short shortVal) Returns anUint16corresponding to a givenshortVal.static Uint16Returns anUint16holding the value of the specifiedString, parsed as an unsignedintvalue.static Uint16Returns anUint16holding the value of the specifiedString, parsed as an unsignedintvalue.static Uint16Returns anUint8corresponding to a givenuint.static Uint16Returns anUint8corresponding to a givenuint.static Uint16Returns anUint16corresponding to a givenuint.Methods in org.opendaylight.yangtools.yang.common that return types with arguments of type Uint16Modifier and TypeMethodDescriptionUint16.Support.fromString(String str) final CanonicalValueSupport<Uint16>Uint16.support()Methods in org.opendaylight.yangtools.yang.common with parameters of type Uint16Modifier and TypeMethodDescriptionfinal intfinal booleanA slightly faster version ofequals(Object).static Uint32Returns anUint32corresponding to a givenuint.static Uint64Returns anUint64corresponding to a givenuint.static Uint8Returns anUint8corresponding to a givenuint.Constructors in org.opendaylight.yangtools.yang.common with parameters of type Uint16