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

io.ciera.tool.sql.ooaofooa.globals.GlobalElementInSystem Maven / Gradle / Ivy

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


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.domain.SystemModel;
import io.ciera.tool.sql.ooaofooa.packageableelement.PackageableElement;


public interface GlobalElementInSystem extends IModelInstance {

    // attributes
    public UniqueId getElement_ID() throws XtumlException;
    public void setElement_ID( UniqueId ref_Element_ID ) throws XtumlException;
    public UniqueId getSys_ID() throws XtumlException;
    public void setSys_ID( UniqueId ref_Sys_ID ) throws XtumlException;


    // operations


    // selections
    default public void setR9100_PackageableElement( PackageableElement inst ) {}
    public PackageableElement R9100_PackageableElement() throws XtumlException;
    default public void setR9100_SystemModel( SystemModel inst ) {}
    public SystemModel R9100_SystemModel() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy