public enum ConfigurationType extends java.lang.Enum<ConfigurationType>
| Enum Constant and Description |
|---|
CLUSTER |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
getValueWithNameSpace() |
static ConfigurationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationType CLUSTER
public static ConfigurationType[] values()
for (ConfigurationType c : ConfigurationType.values()) System.out.println(c);
public static ConfigurationType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()
public java.lang.String getValueWithNameSpace()
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.