Uses of Class
org.refcodes.component.ConnectionStatus
-
-
Uses of ConnectionStatus in org.refcodes.component
Methods in org.refcodes.component that return ConnectionStatus Modifier and Type Method Description ConnectionStatusAbstractConnectableAutomaton. getConnectionStatus()Retrieves theConnectionStatusproperty from the property.ConnectionStatusConnectionAutomatonImpl. getConnectionStatus()Retrieves theConnectionStatusproperty from the property.ConnectionStatusConnectionStatusAccessor. getConnectionStatus()Retrieves theConnectionStatusproperty from the property.ConnectionStatusConnectionStatusHandle. getConnectionStatus(H aHandle)Retrieves theConnectionStatusrelated to the given handle.ConnectionStatusDeviceAutomatonImpl. getConnectionStatus()Retrieves theConnectionStatusproperty from the property.static ConnectionStatusConnectionStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConnectionStatus[]ConnectionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.refcodes.component with parameters of type ConnectionStatus Modifier and Type Method Description protected voidAbstractConnectableAutomaton. setConnectionStatus(ConnectionStatus aConnectionStatus)Sets theConnectionStatusproperty for the property.voidConnectionStatusAccessor.ConnectionStatusMutator. setConnectionStatus(ConnectionStatus aConnectionStatus)Sets theConnectionStatusproperty for the property.
-