public static enum FuncResource.Scope extends Enum<FuncResource.Scope>
| Enum Constant and Description |
|---|
Private
受保护的私有资源
|
Protected
受保护的公有资源
|
Public
不受保护的公共资源
|
| Modifier and Type | Method and Description |
|---|---|
static FuncResource.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FuncResource.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FuncResource.Scope Public
public static final FuncResource.Scope Protected
public static final FuncResource.Scope Private
public static FuncResource.Scope[] values()
for (FuncResource.Scope c : FuncResource.Scope.values()) System.out.println(c);
public static FuncResource.Scope valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2014–2019 The OpenURP Software. All rights reserved.