| Package | Description |
|---|---|
| org.dspace.app.rest.model |
| Modifier and Type | Method and Description |
|---|---|
static ScopeEnum |
ScopeEnum.fromString(String text) |
ScopeEnum |
SubmissionSectionRest.getScope() |
ScopeEnum |
SubmissionFormFieldRest.getScope()
Getter for
SubmissionFormFieldRest.scope |
static ScopeEnum |
ScopeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScopeEnum[] |
ScopeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubmissionSectionRest.setScope(ScopeEnum scope) |
void |
SubmissionFormFieldRest.setScope(ScopeEnum scope)
Setter for
SubmissionFormFieldRest.scope |
Copyright © 2019 DuraSpace. All rights reserved.