org.eclipse.actf.validation.valdoc.rulebase
Class ExecutionPointElement

java.lang.Object
  extended by org.eclipse.actf.validation.valdoc.rulebase.BaseElement
      extended by org.eclipse.actf.validation.valdoc.rulebase.ExecutionPointElement

public class ExecutionPointElement
extends BaseElement

represents a <raven:executionPoint> element in a document. Execution points are used to determine when validations and other processes are to be triggered.

Author:
Mike Squillace

Field Summary
static String EVENT_TYPE
           
static String METHOD_TYPE
           
static String PROPERTYCHANGE_TYPE
           
 
Fields inherited from class org.eclipse.actf.validation.valdoc.rulebase.BaseElement
name, text
 
Constructor Summary
ExecutionPointElement(String name, String text)
           
 
Method Summary
 
Methods inherited from class org.eclipse.actf.validation.valdoc.rulebase.BaseElement
getName, getText, getTextTrim
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

METHOD_TYPE

public static final String METHOD_TYPE
See Also:
Constant Field Values

EVENT_TYPE

public static final String EVENT_TYPE
See Also:
Constant Field Values

PROPERTYCHANGE_TYPE

public static final String PROPERTYCHANGE_TYPE
See Also:
Constant Field Values
Constructor Detail

ExecutionPointElement

public ExecutionPointElement(String name,
                             String text)