public static enum ContentNodeItem.ItemType extends Enum<ContentNodeItem.ItemType>
Enum Constant and Description |
---|
channel |
file |
folder |
image |
node |
page |
Modifier and Type | Method and Description |
---|---|
static ContentNodeItem.ItemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentNodeItem.ItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentNodeItem.ItemType page
public static final ContentNodeItem.ItemType file
public static final ContentNodeItem.ItemType image
public static final ContentNodeItem.ItemType folder
public static final ContentNodeItem.ItemType channel
public static final ContentNodeItem.ItemType node
public static ContentNodeItem.ItemType[] values()
for (ContentNodeItem.ItemType c : ContentNodeItem.ItemType.values()) System.out.println(c);
public static ContentNodeItem.ItemType 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 © 2014 Gentics Software GmbH. All rights reserved.