Package com.adobe.cq.dam.cfm
Class SemanticDataType
- java.lang.Object
-
- com.adobe.cq.dam.cfm.SemanticDataType
-
public final class SemanticDataType extends Object
This class defines the OOTB semantic types provided by Content Fragments.- Since:
- 1.7.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOLORSemantic type: Colorstatic StringCONTENT_FRAGMENTSemantic type: Reference to another content fragmentstatic StringDATESemantic type: Date onlystatic StringDATETIMESemantic type: Date and timestatic StringJSONSemantic type: A JSON structurestatic StringMULTILINESemantic type: A multiline text (with a certain content type)static StringREFERENCESemantic type: Path referencestatic StringTAGSemantic type: Tagstatic StringTIMESemantic type: Time only
-
-
-
Field Detail
-
CONTENT_FRAGMENT
public static final String CONTENT_FRAGMENT
Semantic type: Reference to another content fragment- See Also:
- Constant Field Values
-
REFERENCE
public static final String REFERENCE
Semantic type: Path reference- See Also:
- Constant Field Values
-
JSON
public static final String JSON
Semantic type: A JSON structure- See Also:
- Constant Field Values
-
MULTILINE
public static final String MULTILINE
Semantic type: A multiline text (with a certain content type)- See Also:
- Constant Field Values
-
DATETIME
public static final String DATETIME
Semantic type: Date and time- See Also:
- Constant Field Values
-
DATE
public static final String DATE
Semantic type: Date only- See Also:
- Constant Field Values
-
TIME
public static final String TIME
Semantic type: Time only- See Also:
- Constant Field Values
-
TAG
public static final String TAG
Semantic type: Tag- See Also:
- Constant Field Values
-
COLOR
public static final String COLOR
Semantic type: Color- See Also:
- Constant Field Values
-
-