net.simplace.util.check.FWCheckHelper.CHECK_LEVEL
public static final class FWCheckHelper.CHECK_LEVEL extends java.lang.Enum {
// Constants
public static final FWCheckHelper.CHECK_LEVEL CUSTOM;
public static final FWCheckHelper.CHECK_LEVEL STRICT;
public static final FWCheckHelper.CHECK_LEVEL INTENSE;
public static final FWCheckHelper.CHECK_LEVEL LAZY;
public static final FWCheckHelper.CHECK_LEVEL OFF;
public static final FWCheckHelper.CHECK_LEVEL ONLY;
// Class Methods
}
Hierarchy: java.lang.Object - java.lang.Enum (java.lang.Comparable, java.io.Serializable) - FWCheckHelper.CHECK_LEVEL
Passed to: FWCheckHelper.FWCheckHelper(), net.simplace.simulation.FWSimSolution.setCheckLevel(), FWCheckHelper.setCheckLevel()
Returned by: net.simplace.simulation.FWSimSolution.getCheckLevel(), FWCheckHelper.getCheckLevel(), valueOf(), values()
Type of: net.simplace.simulation.FWSimSolution.CHECK_LEVEL, CUSTOM, net.simplace.simulation.wrapper.SimplaceWrapper.iCheckLevel, INTENSE, LAZY, OFF, ONLY, STRICT