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

io.ciera.tool.sql.ooaofooa.interaction.PackageParticipant Maven / Gradle / Ivy

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


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.elementpackaging.EP_PKG;
import io.ciera.tool.sql.ooaofooa.interaction.InteractionParticipant;


public interface PackageParticipant extends IModelInstance {

    // attributes
    public UniqueId getPart_ID() throws XtumlException;
    public void setPart_ID( UniqueId ref_Part_ID ) throws XtumlException;
    public void setPackage_ID( UniqueId ref_Package_ID ) throws XtumlException;
    public UniqueId getPackage_ID() throws XtumlException;
    public void setLabel( String m_Label ) throws XtumlException;
    public String getLabel() 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 boolean getIsFormal() throws XtumlException;
    public void setIsFormal( boolean m_isFormal ) throws XtumlException;


    // operations


    // selections
    default public void setR930_is_a_InteractionParticipant( InteractionParticipant inst ) {}
    public InteractionParticipant R930_is_a_InteractionParticipant() throws XtumlException;
    default public void setR956_represents_EP_PKG( EP_PKG inst ) {}
    public EP_PKG R956_represents_EP_PKG() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy