public static enum ContentRepositoryModel.Type extends Enum<ContentRepositoryModel.Type>
Enum Constant and Description |
---|
cr
Normal CR (SQL based, no multichannelling)
|
mccr
Multichannelling aware CR (SQL based)
|
mesh
Mesh CR
|
Modifier and Type | Method and Description |
---|---|
static ContentRepositoryModel.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentRepositoryModel.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentRepositoryModel.Type cr
public static final ContentRepositoryModel.Type mccr
public static final ContentRepositoryModel.Type mesh
public static ContentRepositoryModel.Type[] values()
for (ContentRepositoryModel.Type c : ContentRepositoryModel.Type.values()) System.out.println(c);
public static ContentRepositoryModel.Type 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 © 2019 Gentics Software. All rights reserved.