|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.gazetteer.configuration.Relation
Field Summary | |
private java.lang.String |
operation
|
private java.lang.String |
sourceLocationType
|
private java.lang.String |
sourceProperty
|
private java.lang.String |
targetLocationType
|
private java.lang.String |
targetProperty
|
Constructor Summary | |
Relation(java.lang.String sourceLocationType,
java.lang.String sourceProperty,
java.lang.String targetLocationType,
java.lang.String targetProperty,
java.lang.String operation)
Creates a new instance of Relation |
Method Summary | |
java.lang.String |
getOperation()
return the name of the operation that shall be performed between the source and target property. |
java.lang.String |
getSourceLocationType()
returns the name of the source location type of the relation |
java.lang.String |
getSourceProperty()
returns the name of the property of source location type that establishes the relation |
java.lang.String |
getTargetLocationType()
returns the name of the target location type of the relation |
java.lang.String |
getTargetProperty()
returns the name of the property of target location type that establishes the relation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String operation
private java.lang.String sourceLocationType
private java.lang.String sourceProperty
private java.lang.String targetLocationType
private java.lang.String targetProperty
Constructor Detail |
public Relation(java.lang.String sourceLocationType, java.lang.String sourceProperty, java.lang.String targetLocationType, java.lang.String targetProperty, java.lang.String operation)
Method Detail |
public java.lang.String getSourceLocationType()
public java.lang.String getSourceProperty()
public java.lang.String getTargetLocationType()
public java.lang.String getTargetProperty()
public java.lang.String getOperation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |