public static final class CmsPropertyDefinition.CmsPropertyType extends A_CmsModeIntEnumeration
| Modifier and Type | Field and Description |
|---|---|
protected static CmsPropertyDefinition.CmsPropertyType |
LINK
Property value is treated as a link or list of links.
|
protected static CmsPropertyDefinition.CmsPropertyType |
NORMAL
Property value is not a link.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsPropertyDefinition.CmsPropertyType |
valueOf(int type)
Returns the property definition type for the given type id.
|
equals, getMode, hashCode, toStringprotected static final CmsPropertyDefinition.CmsPropertyType LINK
protected static final CmsPropertyDefinition.CmsPropertyType NORMAL
public static CmsPropertyDefinition.CmsPropertyType valueOf(int type)
If the given String matches no known type
will be returned as the default.NORMAL
type - the type value to get the property type for