
io.ciera.tool.sql.ooaofooa.message.MessageArgumentSet Maven / Gradle / Ivy
package io.ciera.tool.sql.ooaofooa.message;
import io.ciera.runtime.summit.classes.IInstanceSet;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.runtime.summit.types.UniqueId;
import io.ciera.tool.sql.ooaofooa.message.BridgeArgumentSet;
import io.ciera.tool.sql.ooaofooa.message.EventArgumentSet;
import io.ciera.tool.sql.ooaofooa.message.ExecutablePropertyArgumentSet;
import io.ciera.tool.sql.ooaofooa.message.FunctionArgumentSet;
import io.ciera.tool.sql.ooaofooa.message.InformalArgumentSet;
import io.ciera.tool.sql.ooaofooa.message.MSG_MSet;
import io.ciera.tool.sql.ooaofooa.message.OperationArgumentSet;
public interface MessageArgumentSet extends IInstanceSet {
// attributes
public void setInformal_Msg_ID( UniqueId ref_Informal_Msg_ID ) throws XtumlException;
public void setIsFormal( boolean m_isFormal ) throws XtumlException;
public void setDescrip( String m_Descrip ) throws XtumlException;
public void setFormal_Msg_ID( UniqueId ref_Formal_Msg_ID ) throws XtumlException;
public void setInformalName( String m_InformalName ) throws XtumlException;
public void setValue( String m_Value ) throws XtumlException;
public void setLabel( String m_Label ) throws XtumlException;
public void setArg_ID( UniqueId m_Arg_ID ) throws XtumlException;
// selections
public MSG_MSet R1000_belongs_to_informal_MSG_M() throws XtumlException;
public MSG_MSet R1001_belongs_to_formal_MSG_M() throws XtumlException;
public BridgeArgumentSet R1013_is_a_BridgeArgument() throws XtumlException;
public EventArgumentSet R1013_is_a_EventArgument() throws XtumlException;
public ExecutablePropertyArgumentSet R1013_is_a_ExecutablePropertyArgument() throws XtumlException;
public FunctionArgumentSet R1013_is_a_FunctionArgument() throws XtumlException;
public InformalArgumentSet R1013_is_a_InformalArgument() throws XtumlException;
public OperationArgumentSet R1013_is_a_OperationArgument() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy