fr.inria.oadymppac.parsing.gentra4cp.event.attributes
Interface ScheduleAttributes
- All Superinterfaces:
- DTDScheduleElement
- All Known Subinterfaces:
- ScheduleEvent
- All Known Implementing Classes:
- BasicScheduleEvent, DefaultScheduleEvent, ScheduleInfo
- public interface ScheduleAttributes
- extends DTDScheduleElement
- Author:
- raf
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
CONSTRAINT_NONE
public static final java.lang.String CONSTRAINT_NONE
- See Also:
- Constant Field Values
ACTIONS_NONE
public static final java.lang.String[] ACTIONS_NONE
ACTIONS_SEPARATOR
public static final java.lang.String ACTIONS_SEPARATOR
- See Also:
- Constant Field Values
getConstraint
public java.lang.String getConstraint()
setConstraint
public void setConstraint(java.lang.String cst)
getActions
public java.lang.String[] getActions()
setActions
public void setActions(java.lang.String[] actions)