public class SchemaObjectWrapper extends Object
| Constructor and Description |
|---|
SchemaObjectWrapper(SchemaObject schemaObject)
Creates a new instance of SchemaObjectWrapper.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
SchemaObject |
get() |
int |
hashCode()
Compute the hash code for this wrapper.
|
String |
toString() |
public SchemaObjectWrapper(SchemaObject schemaObject)
schemaObject - The contained SchemaObjectpublic int hashCode()
public boolean equals(Object o)
equals in class ObjectObject.equals(Object)public SchemaObject get()
public String toString()
toString in class ObjectObject.toString()Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.