public enum DatasourceType extends Enum<DatasourceType>
PortalConnectorFactory
Enum Constant and Description |
---|
contentrepository
Datasource for accessing a contentrepository
|
ldap
Datasource for accessing an LDAP server
|
mccr
Datasource for accessing a multichannelling aware contentrepository
|
Modifier and Type | Method and Description |
---|---|
static DatasourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatasourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatasourceType contentrepository
public static final DatasourceType mccr
public static final DatasourceType ldap
public static DatasourceType[] values()
for (DatasourceType c : DatasourceType.values()) System.out.println(c);
public static DatasourceType 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 nullCopyright © 2015 Gentics Software GmbH. All Rights Reserved.