Uses of Enum Class
org.refcodes.component.ConnectionStatus
-
Uses of ConnectionStatus in org.refcodes.component
Methods in org.refcodes.component that return ConnectionStatusModifier and TypeMethodDescriptionAbstractConnectableAutomaton.getConnectionStatus()Retrieves theConnectionStatusproperty from the property.ConnectionAutomatonImpl.getConnectionStatus()Retrieves theConnectionStatusproperty from the property.ConnectionStatusAccessor.getConnectionStatus()Retrieves theConnectionStatusproperty from the property.ConnectionStatusHandle.getConnectionStatus(H aHandle) Retrieves theConnectionStatusrelated to the given handle.LinkAutomatonImpl.getConnectionStatus()Retrieves theConnectionStatusproperty from the property.default ConnectionStatusConnectionStatusAccessor.ConnectionStatusProperty.letConnectionStatus(ConnectionStatus aConnectionStatus) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenConnectionStatus(setter) as ofConnectionStatusAccessor.ConnectionStatusMutator.setConnectionStatus(ConnectionStatus)and returns the very same value (getter).static ConnectionStatusReturns the enum constant of this class with the specified name.static ConnectionStatus[]ConnectionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.refcodes.component with parameters of type ConnectionStatusModifier and TypeMethodDescriptiondefault ConnectionStatusConnectionStatusAccessor.ConnectionStatusProperty.letConnectionStatus(ConnectionStatus aConnectionStatus) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenConnectionStatus(setter) as ofConnectionStatusAccessor.ConnectionStatusMutator.setConnectionStatus(ConnectionStatus)and returns the very same value (getter).protected voidAbstractConnectableAutomaton.setConnectionStatus(ConnectionStatus aConnectionStatus) Sets theConnectionStatusproperty for the property.voidConnectionStatusAccessor.ConnectionStatusMutator.setConnectionStatus(ConnectionStatus aConnectionStatus) Sets theConnectionStatusproperty for the property.