TibrvMsg.getTypeName()

Method

Declaration

static java.lang.String getTypeName(short type)

Purpose

Convert a type designator to its corresponding string name.

Remarks

This static method returns string representations of the TibrvMsg datatype constants. For example, it converts the type constant TibrvMsg.I8ARRAY to the string "I8ARRAY".

For custom datatypes, this method returns a string of the form "USER_FIRST+3" (for example).

If the type is invalid, this method returns the string INVALID.

Parameter

Description

type

Convert this type constant to a string name.

See Also

Datatype Constants

TibrvMsg.setHandlers()