tnf property

TypeNameFormat tnf
override

Implementation

TypeNameFormat get tnf {
  return classTnf;
}
void tnf=(TypeNameFormat tnf)
inherited

Implementation

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