package org.andork.unit; public enum UnitNameType { FULL, ABBREV, SYMBOL, LETTER; }