public static final class CmsPropertyDefinition.CmsPropertyType extends A_CmsModeIntEnumeration
限定符和类型 | 字段和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
static CmsPropertyDefinition.CmsPropertyType |
valueOf(int type)
Returns the property definition type for the given type id.
|
equals, getMode, hashCode, toString
protected 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