HistoryFieldUtil ================ .. java:package:: org.motechproject.mds.util :noindex: .. java:type:: public final class HistoryFieldUtil The \ ``HistoryFieldUtil``\ class provides helper methods to determine field names in the given history class. Methods ------- currentVersion ^^^^^^^^^^^^^^ .. java:method:: public static String currentVersion(Class historyClass) :outertype: HistoryFieldUtil isLast ^^^^^^ .. java:method:: public static String isLast(Class historyClass) :outertype: HistoryFieldUtil schemaVersion ^^^^^^^^^^^^^ .. java:method:: public static String schemaVersion(Class historyClass) :outertype: HistoryFieldUtil trashFlag ^^^^^^^^^ .. java:method:: public static String trashFlag(Class historyClass) :outertype: HistoryFieldUtil