public abstract class AbstractRecordStoreSchemaElement extends AbstractObjectWithProperties implements RecordStoreSchemaElement, Comparable<RecordStoreSchemaElement>
| Constructor and Description |
|---|
AbstractRecordStoreSchemaElement() |
AbstractRecordStoreSchemaElement(RecordStoreSchema schema,
String path) |
AbstractRecordStoreSchemaElement(String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
compareTo(RecordStoreSchemaElement other) |
boolean |
equalPath(String path) |
boolean |
equals(Object other) |
String |
getName() |
String |
getPath()
Get the path of the object type.
|
<V extends RecordStore> |
getRecordStore() |
RecordStoreSchema |
getSchema() |
int |
hashCode() |
String |
toString() |
clearProperties, getProperties, getProperty, getProperty, removeProperty, setProperties, setProperty, setPropertySoft, setPropertyWeakclone, finalize, getClass, notify, notifyAll, wait, wait, waitclearProperties, getProperties, getProperty, getProperty, removeProperty, setProperties, setProperty, setPropertySoft, setPropertyWeakpublic AbstractRecordStoreSchemaElement()
public AbstractRecordStoreSchemaElement(RecordStoreSchema schema, String path)
public AbstractRecordStoreSchemaElement(String path)
public void close()
close in class AbstractObjectWithPropertiespublic int compareTo(RecordStoreSchemaElement other)
compareTo in interface Comparable<RecordStoreSchemaElement>public boolean equalPath(String path)
equalPath in interface RecordStoreSchemaElementpublic String getName()
getName in interface RecordStoreSchemaElementpublic String getPath()
RecordStoreSchemaElementgetPath in interface RecordStoreSchemaElementpublic <V extends RecordStore> V getRecordStore()
getRecordStore in interface RecordStoreSchemaElementpublic RecordStoreSchema getSchema()
getSchema in interface RecordStoreSchemaElementCopyright © 2015 Revolution Systems Inc.. All rights reserved.