Uses of Class
jmri.jmrit.logixng.FemaleGenericExpressionSocket.SocketType
-
Packages that use FemaleGenericExpressionSocket.SocketType Package Description jmri.jmrit.logixng jmri.jmrit.logixng.implementation -
-
Uses of FemaleGenericExpressionSocket.SocketType in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that return FemaleGenericExpressionSocket.SocketType Modifier and Type Method Description FemaleGenericExpressionSocket.SocketType
FemaleGenericExpressionSocket. getSocketType()
Get the type of the socket.static FemaleGenericExpressionSocket.SocketType
FemaleGenericExpressionSocket.SocketType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FemaleGenericExpressionSocket.SocketType[]
FemaleGenericExpressionSocket.SocketType. 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 FemaleGenericExpressionSocket.SocketType Modifier and Type Method Description void
FemaleGenericExpressionSocket. setSocketType(FemaleGenericExpressionSocket.SocketType socketType)
Set the type of the socket. -
Uses of FemaleGenericExpressionSocket.SocketType in jmri.jmrit.logixng.implementation
Methods in jmri.jmrit.logixng.implementation that return FemaleGenericExpressionSocket.SocketType Modifier and Type Method Description FemaleGenericExpressionSocket.SocketType
DefaultFemaleGenericExpressionSocket. getSocketType()
Get the type of the socket.Methods in jmri.jmrit.logixng.implementation with parameters of type FemaleGenericExpressionSocket.SocketType Modifier and Type Method Description void
DefaultFemaleGenericExpressionSocket. setSocketType(FemaleGenericExpressionSocket.SocketType socketType)
Set the type of the socket.Constructors in jmri.jmrit.logixng.implementation with parameters of type FemaleGenericExpressionSocket.SocketType Constructor Description DefaultFemaleGenericExpressionSocket(FemaleGenericExpressionSocket.SocketType socketType, Base parent, FemaleSocketListener listener, java.lang.String name)
-