Uses of Class
jmri.jmrit.logixng.MaleSocket.ErrorHandlingType
-
Packages that use MaleSocket.ErrorHandlingType Package Description jmri.jmrit.logixng jmri.jmrit.logixng.implementation -
-
Uses of MaleSocket.ErrorHandlingType in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that return MaleSocket.ErrorHandlingType Modifier and Type Method Description MaleSocket.ErrorHandlingTypeLogixNGPreferences. getErrorHandlingType()Get the default error handling type.MaleSocket.ErrorHandlingTypeMaleSocket. getErrorHandlingType()Get the error handling type for this socket.static MaleSocket.ErrorHandlingTypeMaleSocket.ErrorHandlingType. valueOf(java.lang.String name)Returns 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.ErrorHandlingType Modifier and Type Method Description voidLogixNGPreferences. 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.ErrorHandlingType Modifier and Type Method Description MaleSocket.ErrorHandlingTypeAbstractMaleSocket. getErrorHandlingType()MaleSocket.ErrorHandlingTypeDefaultLogixNGPreferences. getErrorHandlingType()Methods in jmri.jmrit.logixng.implementation with parameters of type MaleSocket.ErrorHandlingType Modifier and Type Method Description voidAbstractMaleSocket. setErrorHandlingType(MaleSocket.ErrorHandlingType errorHandlingType)voidDefaultLogixNGPreferences. setErrorHandlingType(MaleSocket.ErrorHandlingType type)
-