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

io.ciera.tool.sql.ooaofooa.association.DerivedAssociation Maven / Gradle / Ivy

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


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.association.Association;
import io.ciera.tool.sql.ooaofooa.association.ClassAsDerivedOneSide;
import io.ciera.tool.sql.ooaofooa.association.ClassAsDerivedOtherSide;


public interface DerivedAssociation extends IModelInstance {

    // attributes
    public void setRel_ID( UniqueId ref_Rel_ID ) throws XtumlException;
    public UniqueId getRel_ID() throws XtumlException;
    public String getRel_Chn() throws XtumlException;
    public void setRel_Chn( String m_Rel_Chn ) throws XtumlException;


    // operations


    // selections
    default public void setR206_is_a_Association( Association inst ) {}
    public Association R206_is_a_Association() throws XtumlException;
    default public void setR214_relates_ClassAsDerivedOneSide( ClassAsDerivedOneSide inst ) {}
    public ClassAsDerivedOneSide R214_relates_ClassAsDerivedOneSide() throws XtumlException;
    default public void setR215_relates_ClassAsDerivedOtherSide( ClassAsDerivedOtherSide inst ) {}
    public ClassAsDerivedOtherSide R215_relates_ClassAsDerivedOtherSide() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy