tnf property

TypeNameFormat get tnf
override

Implementation

TypeNameFormat get tnf {
  return classTnf;
}
set tnf (TypeNameFormat tnf)
inherited

Implementation

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