Uses of Enum Class
com.foursoft.harness.vec.v113.VecSignalDirection
Packages that use VecSignalDirection
-
Uses of VecSignalDirection in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecSignalDirectionModifier and TypeFieldDescriptionprotected VecSignalDirectionVecComponentPort.signalDirectionSpecifies the direction of the signal on this ComponentPort.protected VecSignalDirectionVecNetworkPort.signalDirectionSpecifies the direction of the signal on this NetworkPort.protected VecSignalDirectionVecPinComponentBehavior.signalDirectionThe direction of the signal on this pin.Methods in com.foursoft.harness.vec.v113 that return VecSignalDirectionModifier and TypeMethodDescriptionstatic VecSignalDirectionVecComponentPort.getSignalDirection()Gets the value of the signalDirection property.VecNetworkPort.getSignalDirection()Gets the value of the signalDirection property.VecPinComponentBehavior.getSignalDirection()Gets the value of the signalDirection property.static VecSignalDirectionReturns the enum constant of this class with the specified name.static VecSignalDirection[]VecSignalDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.foursoft.harness.vec.v113 with parameters of type VecSignalDirectionModifier and TypeMethodDescriptionvoidVecComponentPort.setSignalDirection(VecSignalDirection value) Sets the value of the signalDirection property.voidVecNetworkPort.setSignalDirection(VecSignalDirection value) Sets the value of the signalDirection property.voidVecPinComponentBehavior.setSignalDirection(VecSignalDirection value) Sets the value of the signalDirection property.