Modifier and Type | Field and Description |
---|---|
protected AuditStatus |
Audit.status |
Modifier and Type | Method and Description |
---|---|
static AuditStatus |
AuditStatus.fromValue(String v) |
AuditStatus |
Audit.getStatus()
Gets the value of the status property.
|
static AuditStatus |
AuditStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditStatus[] |
AuditStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Audit.setStatus(AuditStatus value)
Sets the value of the status property.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.