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

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

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


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.architecture.interfaces.IfaceSet;
import io.ciera.tool.sql.ooaofooa.component.ExecutablePropertySet;
import io.ciera.tool.sql.ooaofooa.component.InterfaceReferenceSet;
import io.ciera.tool.sql.ooaofooa.packageableelement.PackageableElementSet;


public interface C_ISet extends IInstanceSet {

    // attributes
    public void setDescrip( String m_Descrip ) throws XtumlException;
    public void setId( UniqueId ref_Id ) throws XtumlException;
    public void setPackage_IDdeprecated( UniqueId m_Package_IDdeprecated ) throws XtumlException;
    public void setName( String m_Name ) throws XtumlException;


    // selections
    public ExecutablePropertySet R4003_is_defined_by_ExecutableProperty() throws XtumlException;
    public InterfaceReferenceSet R4012_is_formal_definition_InterfaceReference() throws XtumlException;
    public IfaceSet R421_Iface() throws XtumlException;
    public PackageableElementSet R8001_is_a_PackageableElement() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy