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

io.ciera.tool.sql.ooaofooa.value.EventParameterReferenceSet Maven / Gradle / Ivy

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


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.component.PropertyParameterSet;
import io.ciera.tool.sql.ooaofooa.statemachine.StateMachineEventDataItemSet;
import io.ciera.tool.sql.ooaofooa.value.EventDatumValueSet;


public interface EventParameterReferenceSet extends IInstanceSet {

    // attributes
    public void setValue_ID( UniqueId ref_Value_ID ) throws XtumlException;
    public void setPP_Id( UniqueId ref_PP_Id ) throws XtumlException;
    public void setSM_ID( UniqueId ref_SM_ID ) throws XtumlException;
    public void setSMedi_ID( UniqueId ref_SMedi_ID ) throws XtumlException;


    // selections
    public EventDatumValueSet R834_EventDatumValue() throws XtumlException;
    public StateMachineEventDataItemSet R846_StateMachineEventDataItem() throws XtumlException;
    public PropertyParameterSet R847_PropertyParameter() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy