public enum SupportedType extends Enum<SupportedType>
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AbstractConnectionPanel> |
getConnectionPanelClass() |
Class<? extends org.synchronoss.cpo.core.cpoCoreConfig.CtDataSourceConfig> |
getDataSourceConfigClass() |
Class<? extends org.synchronoss.cpo.meta.CpoMetaDescriptor> |
getMetaDescriptorClass() |
static SupportedType |
getTypeForConnection(org.synchronoss.cpo.core.cpoCoreConfig.CtDataSourceConfig dataSourceConfig) |
static SupportedType |
getTypeForMetaDescriptor(org.synchronoss.cpo.meta.CpoMetaDescriptor metaDescriptor) |
Proxy |
newProxyInstance() |
static SupportedType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportedType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SupportedType Jdbc
public static final SupportedType Cassandra
public static SupportedType[] values()
for (SupportedType c : SupportedType.values()) System.out.println(c);
public static SupportedType 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 Class<? extends org.synchronoss.cpo.meta.CpoMetaDescriptor> getMetaDescriptorClass()
public Class<? extends org.synchronoss.cpo.core.cpoCoreConfig.CtDataSourceConfig> getDataSourceConfigClass()
public Class<? extends AbstractConnectionPanel> getConnectionPanelClass()
public static SupportedType getTypeForMetaDescriptor(org.synchronoss.cpo.meta.CpoMetaDescriptor metaDescriptor) throws org.synchronoss.cpo.CpoException
org.synchronoss.cpo.CpoExceptionpublic static SupportedType getTypeForConnection(org.synchronoss.cpo.core.cpoCoreConfig.CtDataSourceConfig dataSourceConfig) throws org.synchronoss.cpo.CpoException
org.synchronoss.cpo.CpoExceptionCopyright © 2014. All Rights Reserved.