|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.dna.graph.query.validate.ImmutableKey
public class ImmutableKey
Method Summary | |
---|---|
Set<Schemata.Column> |
getColumns()
Get the columns that make up this key. |
boolean |
hasColumns(Iterable<Schemata.Column> columns)
Determine whether this key contains exactly those columns listed. |
boolean |
hasColumns(Schemata.Column... columns)
Determine whether this key contains exactly those columns listed. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Set<Schemata.Column> getColumns()
getColumns
in interface Schemata.Key
Schemata.Key.getColumns()
public boolean hasColumns(Schemata.Column... columns)
hasColumns
in interface Schemata.Key
columns
- the columns for the key
Schemata.Key.hasColumns(org.jboss.dna.graph.query.validate.Schemata.Column[])
public boolean hasColumns(Iterable<Schemata.Column> columns)
hasColumns
in interface Schemata.Key
columns
- the columns for the key
Schemata.Key.hasColumns(java.lang.Iterable)
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |