org.deegree_impl.services.gazetteer.configuration
Class Relation

java.lang.Object
  extended byorg.deegree_impl.services.gazetteer.configuration.Relation

public class Relation
extends java.lang.Object

Since:
1.1
Version:
$Revision: 1.1 $, 1.0. $Revision: 1.1 $, $Date: 2004/03/24 12:36:22 $
Author:
Andreas Poth, last edited by: $Author: poth $

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

operation

private java.lang.String operation

sourceLocationType

private java.lang.String sourceLocationType

sourceProperty

private java.lang.String sourceProperty

targetLocationType

private java.lang.String targetLocationType

targetProperty

private java.lang.String targetProperty
Constructor Detail

Relation

public 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 Detail

getSourceLocationType

public java.lang.String getSourceLocationType()
returns the name of the source location type of the relation

Returns:

getSourceProperty

public java.lang.String getSourceProperty()
returns the name of the property of source location type that establishes the relation

Returns:

getTargetLocationType

public java.lang.String getTargetLocationType()
returns the name of the target location type of the relation

Returns:

getTargetProperty

public java.lang.String getTargetProperty()
returns the name of the property of target location type that establishes the relation

Returns:

getOperation

public java.lang.String getOperation()
return the name of the operation that shall be performed between the source and target property.

Returns: