public static enum DirectiveInfo.Scope extends Enum<DirectiveInfo.Scope>
| Modifier and Type | Method and Description |
|---|---|
static DirectiveInfo.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirectiveInfo.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DirectiveInfo.Scope SYSTEM
public static final DirectiveInfo.Scope USER
public static DirectiveInfo.Scope[] values()
for (DirectiveInfo.Scope c : DirectiveInfo.Scope.values()) System.out.println(c);
public static DirectiveInfo.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 © 2020 CDAP Licensed under the Apache License, Version 2.0.