Uses of Enum
jmri.jmrit.logixng.MaleSocket.ErrorHandlingType
Packages that use MaleSocket.ErrorHandlingType
-
Uses of MaleSocket.ErrorHandlingType in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that return MaleSocket.ErrorHandlingTypeModifier and TypeMethodDescriptionLogixNGPreferences.getErrorHandlingType()Get the default error handling type.MaleSocket.getErrorHandlingType()Get the error handling type for this socket.static MaleSocket.ErrorHandlingTypeReturns the enum constant of this type with the specified name.static MaleSocket.ErrorHandlingType[]MaleSocket.ErrorHandlingType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.logixng with parameters of type MaleSocket.ErrorHandlingTypeModifier and TypeMethodDescriptionvoidLogixNGPreferences.setErrorHandlingType(MaleSocket.ErrorHandlingType type) Set the default error handling type.voidMaleSocket.setErrorHandlingType(MaleSocket.ErrorHandlingType errorHandlingType) Set the error handling type for this socket. -
Uses of MaleSocket.ErrorHandlingType in jmri.jmrit.logixng.implementation
Methods in jmri.jmrit.logixng.implementation that return MaleSocket.ErrorHandlingTypeModifier and TypeMethodDescriptionAbstractMaleSocket.getErrorHandlingType()DefaultLogixNGPreferences.getErrorHandlingType()Methods in jmri.jmrit.logixng.implementation with parameters of type MaleSocket.ErrorHandlingTypeModifier and TypeMethodDescriptionvoidAbstractMaleSocket.setErrorHandlingType(MaleSocket.ErrorHandlingType errorHandlingType) voidDefaultLogixNGPreferences.setErrorHandlingType(MaleSocket.ErrorHandlingType type)