LoadingStatus

public enum LoadingStatus

Enum Constants

LoadedFailed

public static final LoadingStatus LoadedFailed

The file was loaded but errors were found.

LoadedOk

public static final LoadingStatus LoadedOk

The file was loaded and no errors were found.

LoadedOkOperationDiagnostic

public static final LoadingStatus LoadedOkOperationDiagnostic

The file was loaded ok, but a diagnostic was later found whilst running an operation (e.g. verification/code generation).

NotStarted

public static final LoadingStatus NotStarted

The file has never been loaded.

Methods

fromInteger

public static LoadingStatus fromInteger(int value)

toInteger

public static int toInteger(LoadingStatus value)