| Package | Description |
|---|---|
| org.brains2b.enums |
| Modifier and Type | Method and Description |
|---|---|
static OsName |
OsName.getName()
get the current OsName for the running system
|
static OsName |
OsName.getName(java.lang.String osName)
get OsName from String.
|
static OsName |
OsName.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OsName[] |
OsName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|