Package com.adobe.cq.dam.cfm
Class SemanticDataType
java.lang.Object
com.adobe.cq.dam.cfm.SemanticDataType
This class defines the OOTB semantic types provided by Content Fragments.
- Since:
- 1.7.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSemantic type: Colorstatic final StringSemantic type: Reference to another content fragmentstatic final StringSemantic type: Date onlystatic final StringSemantic type: Date and timestatic final StringSemantic type: Enumstatic final StringSemantic type: A JSON structurestatic final StringSemantic type: A multiline text (with a certain content type)static final StringSemantic type: Path referencestatic final StringSemantic type: Tagstatic final StringSemantic type: Time only -
Method Summary
-
Field Details
-
CONTENT_FRAGMENT
Semantic type: Reference to another content fragment- See Also:
-
REFERENCE
Semantic type: Path reference- See Also:
-
JSON
Semantic type: A JSON structure- See Also:
-
MULTILINE
Semantic type: A multiline text (with a certain content type)- See Also:
-
DATETIME
Semantic type: Date and time- See Also:
-
DATE
Semantic type: Date only- See Also:
-
TIME
Semantic type: Time only- See Also:
-
TAG
Semantic type: Tag- See Also:
-
COLOR
Semantic type: Color- See Also:
-
ENUM
Semantic type: Enum- See Also:
-