Uses of Enum
jmri.jmrit.logixng.FemaleGenericExpressionSocket.SocketType
Packages that use FemaleGenericExpressionSocket.SocketType
-
Uses of FemaleGenericExpressionSocket.SocketType in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that return FemaleGenericExpressionSocket.SocketTypeModifier and TypeMethodDescriptionFemaleGenericExpressionSocket.getSocketType()Get the type of the socket.Returns the enum constant of this type with the specified name.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.SocketTypeModifier and TypeMethodDescriptionvoidFemaleGenericExpressionSocket.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.SocketTypeModifier and TypeMethodDescriptionDefaultFemaleGenericExpressionSocket.getSocketType()Get the type of the socket.Methods in jmri.jmrit.logixng.implementation with parameters of type FemaleGenericExpressionSocket.SocketTypeModifier and TypeMethodDescriptionvoidDefaultFemaleGenericExpressionSocket.setSocketType(FemaleGenericExpressionSocket.SocketType socketType) Set the type of the socket.Constructors in jmri.jmrit.logixng.implementation with parameters of type FemaleGenericExpressionSocket.SocketTypeModifierConstructorDescriptionDefaultFemaleGenericExpressionSocket(FemaleGenericExpressionSocket.SocketType socketType, Base parent, FemaleSocketListener listener, String name)