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

io.ciera.tool.sql.ooaofooa.component.C_PO Maven / Gradle / Ivy

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


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.architecture.interfaces.Port;
import io.ciera.tool.sql.ooaofooa.component.C_C;
import io.ciera.tool.sql.ooaofooa.component.InterfaceReference;
import io.ciera.tool.sql.ooaofooa.component.InterfaceReferenceSet;
import io.ciera.tool.sql.ooaofooa.component.componentlibrary.PortReference;
import io.ciera.tool.sql.ooaofooa.component.componentlibrary.PortReferenceSet;


public interface C_PO extends IModelInstance {

    // attributes
    public void setId( UniqueId m_Id ) throws XtumlException;
    public UniqueId getId() throws XtumlException;
    public void setComponent_Id( UniqueId ref_Component_Id ) throws XtumlException;
    public UniqueId getComponent_Id() throws XtumlException;
    public String getName() throws XtumlException;
    public void setName( String m_Name ) throws XtumlException;
    public int getMult() throws XtumlException;
    public void setMult( int m_Mult ) throws XtumlException;
    public boolean getDoNotShowPortOnCanvas() throws XtumlException;
    public void setDoNotShowPortOnCanvas( boolean m_DoNotShowPortOnCanvas ) throws XtumlException;
    public void setKey_Lett( String m_Key_Lett ) throws XtumlException;
    public String getKey_Lett() throws XtumlException;


    // operations


    // selections
    default public void setR4010_appears_in_C_C( C_C inst ) {}
    public C_C R4010_appears_in_C_C() throws XtumlException;
    default public void addR4016_exposes_InterfaceReference( InterfaceReference inst ) {}
    default public void removeR4016_exposes_InterfaceReference( InterfaceReference inst ) {}
    public InterfaceReferenceSet R4016_exposes_InterfaceReference() throws XtumlException;
    default public void setR422_Port( Port inst ) {}
    public Port R422_Port() throws XtumlException;
    default public void addR4709_is_referenced_by_PortReference( PortReference inst ) {}
    default public void removeR4709_is_referenced_by_PortReference( PortReference inst ) {}
    public PortReferenceSet R4709_is_referenced_by_PortReference() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy