fromByte static method
Implementation
static LogicalReplicationMessageTypes fromByte(int byte) {
return fromId(String.fromCharCode(byte));
}
static LogicalReplicationMessageTypes fromByte(int byte) {
return fromId(String.fromCharCode(byte));
}