|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.config.transfer.templatestream.TableDescriptor
public final class TableDescriptor
Descriptor for table and column names to store property values.
Nested Class Summary | |
---|---|
static class |
TableDescriptor.Builder The builder of descriptor instances. |
Method Summary | |
---|---|
String |
getConfigColumn() Returns the name of the configuration key column. |
String |
getNameColumn() Returns the name of the property name column. |
String |
getTable() Returns the name of the configuration table. |
String |
getValueColumn() Returns the name of the property value column. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getTable()
public String getConfigColumn()
public String getNameColumn()
public String getValueColumn()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |