|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.util.A_CmsModeIntEnumeration
org.opencms.file.CmsPropertyDefinition.CmsPropertyType
Enumeration class for property types.
Field Summary | |
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. |
Method Summary | |
static CmsPropertyDefinition.CmsPropertyType |
valueOf(int type)
Returns the property definition type for the given type id. |
Methods inherited from class org.opencms.util.A_CmsModeIntEnumeration |
equals, getMode, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static final CmsPropertyDefinition.CmsPropertyType LINK
protected static final CmsPropertyDefinition.CmsPropertyType NORMAL
Method Detail |
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
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |