Class PropertyTemplate
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.PropertyTemplate
-
- All Implemented Interfaces:
Comparable<PropertyTemplate>
public class PropertyTemplate extends Object implements Comparable<PropertyTemplate>
A property definition within a template (the property name, the type, and the index within the list of properties for the given node).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(@NotNull PropertyTemplate template)booleanequals(Object object)intestimateMemoryUsage()intgetIndex()StringgetName()Type<?>getType()inthashCode()StringtoString()
-
-
-
Method Detail
-
getIndex
public int getIndex()
-
getName
public String getName()
-
getType
public Type<?> getType()
-
compareTo
public int compareTo(@NotNull @NotNull PropertyTemplate template)- Specified by:
compareToin interfaceComparable<PropertyTemplate>
-
estimateMemoryUsage
public int estimateMemoryUsage()
-
-