Uses of Enum
jmri.jmrit.ctc.CTCExceptionBuffer.ExceptionBufferRecordSeverity
Packages that use CTCExceptionBuffer.ExceptionBufferRecordSeverity
Package
Description
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.ExceptionBufferRecordSeverityModifier and TypeMethodDescriptionCTCExceptionBuffer.getHighestExceptionBufferRecordSeverity()You SHOULD call "isEmpty()" first, because this routine returns by default "INFO" IF there are NO entries in the list.Returns the enum constant of this type with the specified name.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.ExceptionBufferRecordSeverityModifier and TypeMethodDescriptionvoidCTCExceptionBuffer.logString(CTCExceptionBuffer.ExceptionBufferRecordSeverity exceptionBufferRecordSeverity, String string)