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

io.ciera.tool.sql.ooaofooa.interaction.ExternalEntityParticipant 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.domain.ExternalEntity;
import io.ciera.tool.sql.ooaofooa.interaction.InteractionParticipant;


public interface ExternalEntityParticipant extends IModelInstance {

    // attributes
    public void setPart_ID( UniqueId ref_Part_ID ) throws XtumlException;
    public UniqueId getPart_ID() throws XtumlException;
    public UniqueId getEE_ID() throws XtumlException;
    public void setEE_ID( UniqueId ref_EE_ID ) throws XtumlException;
    public String getLabel() throws XtumlException;
    public void setLabel( String m_Label ) throws XtumlException;
    public void setInformalName( String m_InformalName ) throws XtumlException;
    public String getInformalName() throws XtumlException;
    public void setDescrip( String m_Descrip ) throws XtumlException;
    public String getDescrip() 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 setR933_represents_ExternalEntity( ExternalEntity inst ) {}
    public ExternalEntity R933_represents_ExternalEntity() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy