public enum JavaScope extends Enum<JavaScope> implements com.buschmais.jqassistant.core.scanner.api.Scope
Enum Constant and Description |
---|
CLASSPATH |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getPrefix() |
static JavaScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaScope CLASSPATH
public static JavaScope[] values()
for (JavaScope c : JavaScope.values()) System.out.println(c);
public static JavaScope 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 getPrefix()
getPrefix
in interface com.buschmais.jqassistant.core.scanner.api.Scope
public String getName()
getName
in interface com.buschmais.jqassistant.core.scanner.api.Scope
Copyright © 2016 buschmais GbR. All rights reserved.