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

io.ciera.tool.templateengine.ooaofooa.body.BodyInComponentSet Maven / Gradle / Ivy

There is a newer version: 2.6.3
Show newest version
package io.ciera.tool.templateengine.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.templateengine.ooaofooa.body.BodySet;
import io.ciera.tool.templateengine.ooaofooa.component.C_CSet;


public interface BodyInComponentSet extends IInstanceSet {

    // attributes
    public void setComponent_Id( UniqueId ref_Component_Id ) throws XtumlException;
    public void setAction_ID( UniqueId ref_Action_ID ) throws XtumlException;


    // selections
    public BodySet R694_has_declared_Body() throws XtumlException;
    public C_CSet R694_is_declared_in_C_C() throws XtumlException;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy