Uses of Class
org.dspace.app.rest.model.ScopeEnum
-
Packages that use ScopeEnum Package Description org.dspace.app.rest.model -
-
Uses of ScopeEnum in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return ScopeEnum Modifier and Type Method Description static ScopeEnumScopeEnum. fromString(String text)ScopeEnumSubmissionFormFieldRest. getScope()Getter forSubmissionFormFieldRest.scopeScopeEnumSubmissionSectionRest. getScope()static ScopeEnumScopeEnum. 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.Methods in org.dspace.app.rest.model with parameters of type ScopeEnum Modifier and Type Method Description voidSubmissionFormFieldRest. setScope(ScopeEnum scope)Setter forSubmissionFormFieldRest.scopevoidSubmissionSectionRest. setScope(ScopeEnum scope)
-