tnf property

TypeNameFormat get tnf

Implementation

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

Implementation

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