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