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

io.ciera.tool.sql.ooaofooa.activity.ActivityPartition Maven / Gradle / Ivy

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


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.ooaofooa.packageableelement.PackageableElement;


public interface ActivityPartition extends IModelInstance {

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


    // operations


    // selections
    default public void setR8001_is_a_PackageableElement( PackageableElement inst ) {}
    public PackageableElement R8001_is_a_PackageableElement() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy