|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sptci.KeyValue<String,String>
com.sptci.rwt.Analyser.CatalogueSchema
protected class Analyser.CatalogueSchema
A value object used to represent the names of the catalogue and schema.
| Constructor Summary | |
|---|---|
Analyser.CatalogueSchema(String catalogue,
String schema)
Create a new instance of the value object with the specified values. |
|
| Method Summary | |
|---|---|
String |
getCatalogue()
Return the name of the catalogue. |
String |
getSchema()
Return the name of the schema. |
| Methods inherited from class com.sptci.KeyValue |
|---|
addInformation, clone, compareTo, equals, getInformation, getKey, getValue, hashCode, setInformation, setKey, setValue, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Analyser.CatalogueSchema(String catalogue,
String schema)
catalogue - The name of the catalogue. May be null.schema - The name of the schema. May be null.| Method Detail |
|---|
public String getCatalogue()
public String getSchema()
|
SPT RWT Application API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||