| Modifier and Type | Field and Description |
|---|---|
private TermsOfUseContext.Decision |
TermsOfUseContext.termsOfUseDecision
The decision determined by the terms of use engine.
|
| Modifier and Type | Method and Description |
|---|---|
TermsOfUseContext.Decision |
TermsOfUseContext.getTermsOfUseDecision()
Gets the terms of use decision established by the user.
|
static TermsOfUseContext.Decision |
TermsOfUseContext.Decision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TermsOfUseContext.Decision[] |
TermsOfUseContext.Decision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TermsOfUseContext.setTermsOfUseDecision(TermsOfUseContext.Decision decision)
Sets the terms of use decision established by the user.
|
Copyright © 1999–2014. All rights reserved.