public final class DbNamespace extends Object implements Serializable, com.fishlib.base.log.LogOutputAppendable
Modifier and Type | Method and Description |
---|---|
com.fishlib.base.log.LogOutput |
append(com.fishlib.base.log.LogOutput logOutput) |
static boolean |
contains(String namespace)
Returns true if the namespace is in the schema configuration, false if not.
|
String |
name()
Gets the name of this DbNamespace.
|
String |
toString() |
static DbNamespace |
valueOf(String namespace)
Gets the DbNamespace for the input name.
|
static DbNamespace[] |
values()
Gets an array of all DbNamespaces in the schema configuration.
|
public String name()
public static DbNamespace valueOf(String namespace)
namespace
- name of the DbNamespacepublic com.fishlib.base.log.LogOutput append(com.fishlib.base.log.LogOutput logOutput)
append
in interface com.fishlib.base.log.LogOutputAppendable
public static DbNamespace[] values()
public static boolean contains(String namespace)
namespace
- name of the DbNamespace to check for