| Package | Description |
|---|---|
| org.phenotips.consents |
| Modifier and Type | Method and Description |
|---|---|
static ConsentStatus |
ConsentStatus.fromString(String string)
For converting a string into this
Enum. |
ConsentStatus |
Consent.getStatus()
Could be notLoaded/Yes/No.
|
static ConsentStatus |
ConsentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsentStatus[] |
ConsentStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Consent |
Consent.copy(ConsentStatus status)
Returns a copy of this consent with the given status set instead of the current status.
|
void |
Consent.setStatus(ConsentStatus status)
The status should be dynamically changeable.
|
Copyright © 2011–2018 University of Toronto, Computational Biology Lab. All rights reserved.