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