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

io.ciera.tool.sql.ooaofooa.message.SynchronousMessage Maven / Gradle / Ivy

There is a newer version: 2.7.3
Show newest version
package io.ciera.tool.sql.ooaofooa.message;


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.message.BridgeMessage;
import io.ciera.tool.sql.ooaofooa.message.FunctionMessage;
import io.ciera.tool.sql.ooaofooa.message.InformalSynchronousMessage;
import io.ciera.tool.sql.ooaofooa.message.InterfaceOperationMessage;
import io.ciera.tool.sql.ooaofooa.message.MSG_M;
import io.ciera.tool.sql.ooaofooa.message.OperationMessage;


public interface SynchronousMessage extends IModelInstance {

    // attributes
    public UniqueId getMsg_ID() throws XtumlException;
    public void setMsg_ID( UniqueId ref_Msg_ID ) throws XtumlException;
    public String getInformalName() throws XtumlException;
    public void setInformalName( String m_InformalName ) throws XtumlException;
    public String getDescrip() throws XtumlException;
    public void setDescrip( String m_Descrip ) throws XtumlException;
    public void setGuardCondition( String m_GuardCondition ) throws XtumlException;
    public String getGuardCondition() throws XtumlException;
    public String getResultTarget() throws XtumlException;
    public void setResultTarget( String m_ResultTarget ) throws XtumlException;
    public String getReturnValue() throws XtumlException;
    public void setReturnValue( String m_ReturnValue ) throws XtumlException;
    public void setIsFormal( boolean m_isFormal ) throws XtumlException;
    public boolean getIsFormal() throws XtumlException;
    public String getLabel() throws XtumlException;
    public void setLabel( String m_Label ) throws XtumlException;
    public void setSequenceNumb( String m_SequenceNumb ) throws XtumlException;
    public String getSequenceNumb() throws XtumlException;


    // operations


    // selections
    default public void setR1018_is_a_MSG_M( MSG_M inst ) {}
    public MSG_M R1018_is_a_MSG_M() throws XtumlException;
    default public void setR1020_is_a_BridgeMessage( BridgeMessage inst ) {}
    public BridgeMessage R1020_is_a_BridgeMessage() throws XtumlException;
    default public void setR1020_is_a_FunctionMessage( FunctionMessage inst ) {}
    public FunctionMessage R1020_is_a_FunctionMessage() throws XtumlException;
    default public void setR1020_is_a_InformalSynchronousMessage( InformalSynchronousMessage inst ) {}
    public InformalSynchronousMessage R1020_is_a_InformalSynchronousMessage() throws XtumlException;
    default public void setR1020_is_a_InterfaceOperationMessage( InterfaceOperationMessage inst ) {}
    public InterfaceOperationMessage R1020_is_a_InterfaceOperationMessage() throws XtumlException;
    default public void setR1020_is_a_OperationMessage( OperationMessage inst ) {}
    public OperationMessage R1020_is_a_OperationMessage() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy