package org.jactr.modules.pm.common.memory.map; /* * default logging */ public enum FINSTState { ATTENDED, NEW, OLD, UNKNOWN; }