|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.wfs.configuration.Reference_Impl
the interface describes a reference from one table to another
---------------------------------------------------------------------
Field Summary | |
private boolean |
replaceable
|
private java.lang.String |
tableField
|
private java.lang.String |
targetField
|
private java.lang.String |
targetTable
|
Constructor Summary | |
(package private) |
Reference_Impl(java.lang.String tableField,
boolean replaceable,
java.lang.String targetTable,
java.lang.String targetField)
Creates a new Reference_Impl object. |
Method Summary | |
java.lang.String |
getTableField()
returns the name of the field of the source table that is used as reference to another table |
java.lang.String |
getTargetField()
returns the name of the field of the target table that matches the source tables reference field (@see getTableField) |
java.lang.String |
getTargetTable()
returns the name of the table targeted by the reference. in the case of a shapefile datastore this is the name of another shapefile without extension |
boolean |
isReplaceable()
returns true if the reference field of the source table shall be replaced by the referenced data |
void |
setReplaceable(boolean replaceable)
|
void |
setTableField(java.lang.String tableField)
|
void |
setTargetField(java.lang.String targetField)
|
void |
setTargetTable(java.lang.String targetTable)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String tableField
private java.lang.String targetField
private java.lang.String targetTable
private boolean replaceable
Constructor Detail |
Reference_Impl(java.lang.String tableField, boolean replaceable, java.lang.String targetTable, java.lang.String targetField)
tableField
- replaceable
- targetTable
- targetField
- Method Detail |
public java.lang.String getTableField()
getTableField
in interface Reference
public void setTableField(java.lang.String tableField)
getTableField()
public boolean isReplaceable()
isReplaceable
in interface Reference
public void setReplaceable(boolean replaceable)
isReplaceable()
public java.lang.String getTargetTable()
getTargetTable
in interface Reference
public void setTargetTable(java.lang.String targetTable)
getTargetTable()
public java.lang.String getTargetField()
getTargetField
in interface Reference
public void setTargetField(java.lang.String targetField)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |