Type.this

A constructor that creates an object of the Type class with the given parameter in the form of STYX_MESSAGE_TYPE. If called without parameters, then the default parameter is STYX_MESSAGE_TYPE.R_ERROR.

Parameters

type STYX_MESSAGE_TYPE

type of Styx message.

Typical usage:

Type type = new Type(STYX_MESSAGE_TYPE.T_ATTACH);

Meta