tnf property

Implementation

TypeNameFormat get tnf {
  return TypeNameFormat.values[flags.TNF];
}
void tnf=(TypeNameFormat tnf)

Implementation

set tnf(TypeNameFormat tnf) {
  flags.TNF = TypeNameFormat.values.indexOf(tnf);
}