Package org.opencms.file
Class CmsPropertyDefinition.CmsPropertyType
java.lang.Object
org.opencms.util.A_CmsModeIntEnumeration
org.opencms.file.CmsPropertyDefinition.CmsPropertyType
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CmsPropertyDefinition
Enumeration class for property types.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final CmsPropertyDefinition.CmsPropertyType
Property value is treated as a link or list of links.protected static final CmsPropertyDefinition.CmsPropertyType
Property value is not a link. -
Method Summary
Modifier and TypeMethodDescriptionvalueOf
(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
-
Field Details
-
LINK
Property value is treated as a link or list of links. -
NORMAL
Property value is not a link.
-
-
Method Details
-
valueOf
Returns the property definition type for the given type id.If the given String matches no known type
will be returned as the default.NORMAL
- Parameters:
type
- the type value to get the property type for- Returns:
- the property type for the given type value
-