| Modifier and Type | Field and Description |
|---|---|
protected Node.Status |
Node.status |
| Modifier and Type | Method and Description |
|---|---|
Node.Status |
Node.getStatus() |
static Node.Status |
Node.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Node.Status[] |
Node.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setStatus(Node.Status status) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.