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

io.ciera.tool.sql.ooaofooa.domain.ExternalEntity Maven / Gradle / Ivy

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


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.Bridge;
import io.ciera.tool.sql.ooaofooa.domain.BridgeSet;
import io.ciera.tool.sql.ooaofooa.domain.ExternalEntityInModel;
import io.ciera.tool.sql.ooaofooa.domain.ExternalEntityInModelSet;
import io.ciera.tool.sql.ooaofooa.interaction.ExternalEntityParticipant;
import io.ciera.tool.sql.ooaofooa.interaction.ExternalEntityParticipantSet;
import io.ciera.tool.sql.ooaofooa.packageableelement.PackageableElement;


public interface ExternalEntity extends IModelInstance {

    // attributes
    public UniqueId getEE_ID() throws XtumlException;
    public void setEE_ID( UniqueId ref_EE_ID ) throws XtumlException;
    public String getName() throws XtumlException;
    public void setName( String m_Name ) throws XtumlException;
    public String getDescrip() throws XtumlException;
    public void setDescrip( String m_Descrip ) throws XtumlException;
    public void setKey_Lett( String m_Key_Lett ) throws XtumlException;
    public String getKey_Lett() throws XtumlException;
    public void setDom_IDdeprecated( UniqueId m_Dom_IDdeprecated ) throws XtumlException;
    public UniqueId getDom_IDdeprecated() throws XtumlException;
    public String getRealized_Class_Path() throws XtumlException;
    public void setRealized_Class_Path( String m_Realized_Class_Path ) throws XtumlException;
    public void setLabel( String m_Label ) throws XtumlException;
    public String getLabel() throws XtumlException;
    public void setIsRealized( boolean m_isRealized ) throws XtumlException;
    public boolean getIsRealized() throws XtumlException;


    // operations


    // selections
    default public void addR19_uses_Bridge( Bridge inst ) {}
    default public void removeR19_uses_Bridge( Bridge inst ) {}
    public BridgeSet R19_uses_Bridge() throws XtumlException;
    default public void setR8001_is_a_PackageableElement( PackageableElement inst ) {}
    public PackageableElement R8001_is_a_PackageableElement() throws XtumlException;
    default public void addR933_represents_participant_of_ExternalEntityParticipant( ExternalEntityParticipant inst ) {}
    default public void removeR933_represents_participant_of_ExternalEntityParticipant( ExternalEntityParticipant inst ) {}
    public ExternalEntityParticipantSet R933_represents_participant_of_ExternalEntityParticipant() throws XtumlException;
    default public void addR9_is_represented_by_ExternalEntityInModel( ExternalEntityInModel inst ) {}
    default public void removeR9_is_represented_by_ExternalEntityInModel( ExternalEntityInModel inst ) {}
    public ExternalEntityInModelSet R9_is_represented_by_ExternalEntityInModel() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy