public enum DatasourceType extends java.lang.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(java.lang.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(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 nullCopyright © 2020 Gentics Software. All Rights Reserved.