org.deegree.framework.trigger
Class TargetMethod
java.lang.Object
org.deegree.framework.trigger.TargetMethod
public class TargetMethod
- extends Object
- Since:
- 2.0
- Version:
- $Revision: 9339 $, 1.0. $Revision: 9339 $, $Date: 2007-12-27 13:31:52 +0100 (Do, 27 Dez 2007) $
- Author:
- Andreas Poth, last edited by: $Author: apoth $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TargetMethod
public TargetMethod(String name,
TriggerCapability preTrigger,
TriggerCapability postTrigger)
- Parameters:
name
- name of the methodpreTrigger
- may be null
postTrigger
- may be null
getName
public String getName()
- returns the name of the method
- Returns:
- the name of the method
getPostTrigger
public TriggerCapability getPostTrigger()
- returns the capabilities of pre trigger assigned to the method. If no pre trigger is assigned
null
will be returned.
- Returns:
- the capabilities of pre trigger assigned to the method. If no pre trigger is assigned
null
will be returned.
getPreTrigger
public TriggerCapability getPreTrigger()
- returns the capabilities of post trigger assigned to the method. If no post trigger is
assigned
null
will be returned.
- Returns:
- the capabilities of post trigger assigned to the method. If no post trigger is
assigned
null
will be returned.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net