public static enum Property.Type extends Enum<Property.Type>
Enum Constant and Description |
---|
BOOLEAN |
BREADCRUMB |
DATASOURCE |
FILE |
FOLDER |
IMAGE |
LIST |
LOCALFILE |
MULTISELECT |
NAVIGATION |
ORDEREDLIST |
OVERVIEW |
PAGE |
PAGETAG |
RICHTEXT |
SELECT |
STRING |
TABLE |
TEMPLATETAG |
UNKNOWN |
UNORDEREDLIST |
VELOCITY |
Modifier and Type | Method and Description |
---|---|
static Property.Type |
get(int typeId)
Get the Type from the typeid
|
static Property.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Property.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Property.Type STRING
public static final Property.Type RICHTEXT
public static final Property.Type BOOLEAN
public static final Property.Type FILE
public static final Property.Type IMAGE
public static final Property.Type FOLDER
public static final Property.Type PAGE
public static final Property.Type TEMPLATETAG
public static final Property.Type PAGETAG
public static final Property.Type LIST
public static final Property.Type ORDEREDLIST
public static final Property.Type UNORDEREDLIST
public static final Property.Type SELECT
public static final Property.Type MULTISELECT
public static final Property.Type DATASOURCE
public static final Property.Type OVERVIEW
public static final Property.Type UNKNOWN
public static final Property.Type TABLE
public static final Property.Type LOCALFILE
public static final Property.Type VELOCITY
public static final Property.Type BREADCRUMB
public static final Property.Type NAVIGATION
public static Property.Type[] values()
for (Property.Type c : Property.Type.values()) System.out.println(c);
public static Property.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 nullpublic static Property.Type get(int typeId)
typeId
- type idCopyright © 2015 Gentics Software GmbH. All rights reserved.