Class HierarchyConstants
- java.lang.Object
-
- com.adobe.cq.export.json.hierarchy.HierarchyConstants
-
public final class HierarchyConstants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PN_CHILDREN
Exported children property namestatic java.lang.String
PN_HIERARCHY_TYPE
Hierarchical type of the exported itemstatic java.lang.String
PN_PATH
Exported path property name
-
-
-
Field Detail
-
PN_CHILDREN
public static final java.lang.String PN_CHILDREN
Exported children property name- See Also:
- Constant Field Values
-
PN_HIERARCHY_TYPE
public static final java.lang.String PN_HIERARCHY_TYPE
Hierarchical type of the exported item- See Also:
- Constant Field Values
-
PN_PATH
public static final java.lang.String PN_PATH
Exported path property name- See Also:
- Constant Field Values
-
-