public static enum CmsVaadinUtils.PropertyId extends java.lang.Enum<CmsVaadinUtils.PropertyId>
Enum Constant and Description |
---|
caption
The caption id.
|
icon
The icon id.
|
isFolder
The is folder id.
|
isXmlContent
The is XML content id.
|
Modifier and Type | Method and Description |
---|---|
static CmsVaadinUtils.PropertyId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsVaadinUtils.PropertyId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsVaadinUtils.PropertyId caption
public static final CmsVaadinUtils.PropertyId icon
public static final CmsVaadinUtils.PropertyId isFolder
public static final CmsVaadinUtils.PropertyId isXmlContent
public static CmsVaadinUtils.PropertyId[] values()
for (CmsVaadinUtils.PropertyId c : CmsVaadinUtils.PropertyId.values()) System.out.println(c);
public static CmsVaadinUtils.PropertyId 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 null