org.omg.uml.behavioralelements.statemachines
Interface TimeEvent

All Superinterfaces:
Element, Event, ModelElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject

public interface TimeEvent
extends Event

TimeEvent object instance interface.


Method Summary
 TimeExpression getWhen()
          Returns the value of attribute when.
 void setWhen(TimeExpression newValue)
          Sets the value of when attribute.
 
Methods inherited from interface org.omg.uml.behavioralelements.statemachines.Event
getParameter
 
Methods inherited from interface org.omg.uml.foundation.core.ModelElement
getClientDependency, getComment, getConstraint, getName, getNamespace, getSourceFlow, getStereotype, getTaggedValue, getTargetFlow, getTemplateParameter, getVisibility, isSpecification, setName, setNamespace, setSpecification, setVisibility
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getWhen

public TimeExpression getWhen()
Returns the value of attribute when.

Returns:
Value of attribute when.

setWhen

public void setWhen(TimeExpression newValue)
Sets the value of when attribute. See getWhen() for description on the attribute.

Parameters:
newValue - New value to be set.