public static enum DocAsCodeRepository.ConfigLevel extends java.lang.Enum<DocAsCodeRepository.ConfigLevel>
| Modifier and Type | Method and Description |
|---|---|
static DocAsCodeRepository.ConfigLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DocAsCodeRepository.ConfigLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocAsCodeRepository.ConfigLevel LOCAL
public static final DocAsCodeRepository.ConfigLevel PROJECT
public static final DocAsCodeRepository.ConfigLevel GLOBAL
public static final DocAsCodeRepository.ConfigLevel SYSTEM
public static DocAsCodeRepository.ConfigLevel[] values()
for (DocAsCodeRepository.ConfigLevel c : DocAsCodeRepository.ConfigLevel.values()) System.out.println(c);
public static DocAsCodeRepository.ConfigLevel valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null