| Package | Description |
|---|---|
| net.sf.eBus.client |
This package contains the top-level eBus API which
applications use to interact with eBus.
|
| Modifier and Type | Method and Description |
|---|---|
static ThreadType |
ThreadType.find(String s)
Returns the thread type with a text name equaling
s, ignoring case. |
static ThreadType |
ThreadType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreadType[] |
ThreadType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.