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 int
compareTo(@NotNull PropertyTemplate template)
boolean
equals(Object object)
int
estimateMemoryUsage()
int
getIndex()
String
getName()
Type<?>
getType()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getIndex
public int getIndex()
-
getName
public String getName()
-
getType
public Type<?> getType()
-
compareTo
public int compareTo(@NotNull @NotNull PropertyTemplate template)
- Specified by:
compareTo
in interfaceComparable<PropertyTemplate>
-
estimateMemoryUsage
public int estimateMemoryUsage()
-
-