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