format = f;
if (x == null) { return false; } if (!(x instanceof DimeTypeNameFormat)) { return false; } return ((DimeTypeNameFormat) x).format == this.format;
return (int) format;
if (x < 0 || x > fromByte.length) { throw new IllegalArgumentException(Messages.getMessage( "attach.DimeStreamBadType", "" + x)); } return fromByte[x];
return parseByte(x.byteValue());
return format;
return toEnglish[format];