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

io.ciera.tool.sql.ooaofooa.value.MessageValueSet 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.signalprovisionsandrequirements.ProvidedExecutablePropertySet;
import io.ciera.tool.sql.ooaofooa.component.signalprovisionsandrequirements.RequiredExecutablePropertySet;
import io.ciera.tool.sql.ooaofooa.value.V_PARSet;
import io.ciera.tool.sql.ooaofooa.value.ValueSet;


public interface MessageValueSet extends IInstanceSet {

    // attributes
    public void setOwnerNameLineNumber( int m_ownerNameLineNumber ) throws XtumlException;
    public void setTarget_Value_ID( UniqueId ref_Target_Value_ID ) throws XtumlException;
    public void setParmListOK( boolean m_ParmListOK ) throws XtumlException;
    public void setREP_Id( UniqueId ref_REP_Id ) throws XtumlException;
    public void setValue_ID( UniqueId ref_Value_ID ) throws XtumlException;
    public void setPEP_Id( UniqueId ref_PEP_Id ) throws XtumlException;
    public void setOwnerNameColumn( int m_ownerNameColumn ) throws XtumlException;


    // selections
    public ValueSet R801_is_a_Value() throws XtumlException;
    public ProvidedExecutablePropertySet R841_ProvidedExecutableProperty() throws XtumlException;
    public V_PARSet R842_has_V_PAR() throws XtumlException;
    public RequiredExecutablePropertySet R845_RequiredExecutableProperty() throws XtumlException;
    public ValueSet R851_has_target_Value() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy