public static class Namespace.Name extends Object implements Comparable<Namespace.Name>
Constructor and Description |
---|
Name(Identifier catalog,
Identifier schema) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Namespace.Name that) |
boolean |
equals(Object o) |
Identifier |
getCatalog() |
Identifier |
getSchema() |
int |
hashCode() |
String |
toString() |
public Name(Identifier catalog, Identifier schema)
public Identifier getCatalog()
public Identifier getSchema()
public int compareTo(Namespace.Name that)
compareTo
in interface Comparable<Namespace.Name>
Copyright © 2016 JBoss by Red Hat. All rights reserved.