All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ciera.tool.sql.ooaofooa.instance.Timer Maven / Gradle / Ivy

package io.ciera.tool.sql.ooaofooa.instance;


import io.ciera.runtime.summit.classes.IModelInstance;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.runtime.summit.types.UniqueId;
import io.ciera.tool.Sql;
import io.ciera.tool.sql.ooaofooa.instance.PendingEvent;

import ooaofooa.datatypes.Long;


public interface Timer extends IModelInstance {

    // attributes
    public UniqueId getTimer_ID() throws XtumlException;
    public void setTimer_ID( UniqueId m_Timer_ID ) throws XtumlException;
    public void setDelay( int m_delay ) throws XtumlException;
    public int getDelay() throws XtumlException;
    public void setRunning( boolean m_running ) throws XtumlException;
    public boolean getRunning() throws XtumlException;
    public boolean getRecurring() throws XtumlException;
    public void setRecurring( boolean m_recurring ) throws XtumlException;
    public UniqueId getEvent_ID() throws XtumlException;
    public void setEvent_ID( UniqueId ref_Event_ID ) throws XtumlException;
    public void setLabel( String m_Label ) throws XtumlException;
    public String getLabel() throws XtumlException;
    public Long getExpiration() throws XtumlException;
    public void setExpiration( Long m_expiration ) throws XtumlException;


    // operations


    // selections
    default public void setR2940_provides_delayed_delivery_of_PendingEvent( PendingEvent inst ) {}
    public PendingEvent R2940_provides_delayed_delivery_of_PendingEvent() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy