public enum SourceCodeAccessLevel extends Enum<SourceCodeAccessLevel>
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
static SourceCodeAccessLevel |
getSourceCodeAccessLevel(String input) |
static SourceCodeAccessLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceCodeAccessLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SourceCodeAccessLevel NONE
public static final SourceCodeAccessLevel DETECT
public static final SourceCodeAccessLevel PARTIAL
public static final SourceCodeAccessLevel FULL
public static SourceCodeAccessLevel[] values()
for (SourceCodeAccessLevel c : SourceCodeAccessLevel.values()) System.out.println(c);
public static SourceCodeAccessLevel 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 nullpublic String getDisplayName()
public static SourceCodeAccessLevel getSourceCodeAccessLevel(String input)
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.