org.eclipse.actf.validation.doc.rulebase
Class ExecutionPointElement
java.lang.Object
org.eclipse.actf.validation.doc.rulebase.BaseElement
org.eclipse.actf.validation.doc.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ExecutionPointElement
public ExecutionPointElement(String name,
String text)