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

io.ciera.tool.sql.ooaofooa.body.BodyInElementSet Maven / Gradle / Ivy

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


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.body.BodySet;
import io.ciera.tool.sql.ooaofooa.packageableelement.PackageableElementSet;


public interface BodyInElementSet extends IInstanceSet {

    // attributes
    public void setAction_ID( UniqueId ref_Action_ID ) throws XtumlException;
    public void setElement_ID( UniqueId ref_Element_ID ) throws XtumlException;


    // selections
    public BodySet R640_has_declared_Body() throws XtumlException;
    public PackageableElementSet R640_is_declared_in_PackageableElement() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy