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.
type of Styx message.
Typical usage:
Type type = new Type(STYX_MESSAGE_TYPE.T_ATTACH);
See Implementation
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.