Uses of Class
jmri.jmrit.ctc.CTCExceptionBuffer.ExceptionBufferRecordSeverity
-
Packages that use CTCExceptionBuffer.ExceptionBufferRecordSeverity Package Description jmri.jmrit.ctc The CTC system provides the ability to create and run prototypical CTC dispatching. -
-
Uses of CTCExceptionBuffer.ExceptionBufferRecordSeverity in jmri.jmrit.ctc
Methods in jmri.jmrit.ctc that return CTCExceptionBuffer.ExceptionBufferRecordSeverity Modifier and Type Method Description CTCExceptionBuffer.ExceptionBufferRecordSeverityCTCExceptionBuffer. getHighestExceptionBufferRecordSeverity()You SHOULD call "isEmpty()" first, because this routine returns by default "INFO" IF there are NO entries in the list.static CTCExceptionBuffer.ExceptionBufferRecordSeverityCTCExceptionBuffer.ExceptionBufferRecordSeverity. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CTCExceptionBuffer.ExceptionBufferRecordSeverity[]CTCExceptionBuffer.ExceptionBufferRecordSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.ctc with parameters of type CTCExceptionBuffer.ExceptionBufferRecordSeverity Modifier and Type Method Description voidCTCExceptionBuffer. logString(CTCExceptionBuffer.ExceptionBufferRecordSeverity exceptionBufferRecordSeverity, java.lang.String string)
-