public class PropertyTemplate extends Object implements Comparable<PropertyTemplate>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PropertyTemplate template) |
boolean |
equals(Object object) |
int |
estimateMemoryUsage() |
int |
getIndex() |
String |
getName() |
org.apache.jackrabbit.oak.api.Type<?> |
getType() |
int |
hashCode() |
String |
toString() |
public int getIndex()
public String getName()
public org.apache.jackrabbit.oak.api.Type<?> getType()
public int compareTo(@Nonnull PropertyTemplate template)
compareTo in interface Comparable<PropertyTemplate>public int estimateMemoryUsage()
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.