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