|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Package.ScopeLevel | |
|---|---|
| org.gcube.common.core.resources.service | |
| Uses of Package.ScopeLevel in org.gcube.common.core.resources.service |
|---|
| Fields in org.gcube.common.core.resources.service declared as Package.ScopeLevel | |
|---|---|
protected Package.ScopeLevel |
Dependency.scope
|
| Methods in org.gcube.common.core.resources.service that return Package.ScopeLevel | |
|---|---|
Package.ScopeLevel |
Package.getMandatoryLevel()
Returns the level of scope at which the package is mandatory. |
Package.ScopeLevel |
Dependency.getScope()
|
Package.ScopeLevel |
Package.getSharingLevel()
Returns the level of scope at which the package can be shared. |
static Package.ScopeLevel |
Package.ScopeLevel.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Package.ScopeLevel[] |
Package.ScopeLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.gcube.common.core.resources.service with parameters of type Package.ScopeLevel | |
|---|---|
void |
Package.setMandatoryLevel(Package.ScopeLevel level)
Sets the level of scope at which the package is mandatory. |
void |
Dependency.setScope(Package.ScopeLevel scope)
|
void |
Package.setSharingLevel(Package.ScopeLevel level)
Sets the level of scope at which the package can be shared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||