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.SocketTypeFemaleGenericExpressionSocket. getSocketType()Get the type of the socket.static FemaleGenericExpressionSocket.SocketTypeFemaleGenericExpressionSocket.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 voidFemaleGenericExpressionSocket. 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.SocketTypeDefaultFemaleGenericExpressionSocket. getSocketType()Get the type of the socket.Methods in jmri.jmrit.logixng.implementation with parameters of type FemaleGenericExpressionSocket.SocketType Modifier and Type Method Description voidDefaultFemaleGenericExpressionSocket. 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)
-