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.ErrorHandlingType
LogixNGPreferences. getErrorHandlingType()
Get the default error handling type.MaleSocket.ErrorHandlingType
MaleSocket. getErrorHandlingType()
Get the error handling type for this socket.static MaleSocket.ErrorHandlingType
MaleSocket.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 void
LogixNGPreferences. setErrorHandlingType(MaleSocket.ErrorHandlingType type)
Set the default error handling type.void
MaleSocket. 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.ErrorHandlingType
AbstractMaleSocket. getErrorHandlingType()
MaleSocket.ErrorHandlingType
DefaultLogixNGPreferences. getErrorHandlingType()
Methods in jmri.jmrit.logixng.implementation with parameters of type MaleSocket.ErrorHandlingType Modifier and Type Method Description void
AbstractMaleSocket. setErrorHandlingType(MaleSocket.ErrorHandlingType errorHandlingType)
void
DefaultLogixNGPreferences. setErrorHandlingType(MaleSocket.ErrorHandlingType type)
-