
io.ciera.tool.sql.ooaofooa.domain.ExternalEntitySet Maven / Gradle / Ivy
package io.ciera.tool.sql.ooaofooa.domain;
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.domain.BridgeSet;
import io.ciera.tool.sql.ooaofooa.domain.ExternalEntityInModelSet;
import io.ciera.tool.sql.ooaofooa.interaction.ExternalEntityParticipantSet;
import io.ciera.tool.sql.ooaofooa.packageableelement.PackageableElementSet;
public interface ExternalEntitySet extends IInstanceSet {
// attributes
public void setIsRealized( boolean m_isRealized ) throws XtumlException;
public void setDom_IDdeprecated( UniqueId m_Dom_IDdeprecated ) throws XtumlException;
public void setName( String m_Name ) throws XtumlException;
public void setLabel( String m_Label ) throws XtumlException;
public void setKey_Lett( String m_Key_Lett ) throws XtumlException;
public void setEE_ID( UniqueId ref_EE_ID ) throws XtumlException;
public void setRealized_Class_Path( String m_Realized_Class_Path ) throws XtumlException;
public void setDescrip( String m_Descrip ) throws XtumlException;
// selections
public BridgeSet R19_uses_Bridge() throws XtumlException;
public PackageableElementSet R8001_is_a_PackageableElement() throws XtumlException;
public ExternalEntityParticipantSet R933_represents_participant_of_ExternalEntityParticipant() throws XtumlException;
public ExternalEntityInModelSet R9_is_represented_by_ExternalEntityInModel() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy