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

io.ciera.tool.sql.ooaofooa.relateandunrelate.Unrelate Maven / Gradle / Ivy

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


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.body.ACT_SMT;
import io.ciera.tool.sql.ooaofooa.value.V_VAR;


public interface Unrelate extends IModelInstance {

    // attributes
    public void setStatement_ID( UniqueId ref_Statement_ID ) throws XtumlException;
    public UniqueId getStatement_ID() throws XtumlException;
    public UniqueId getOne_Side_Var_ID() throws XtumlException;
    public void setOne_Side_Var_ID( UniqueId ref_One_Side_Var_ID ) throws XtumlException;
    public void setOther_Side_Var_ID( UniqueId ref_Other_Side_Var_ID ) throws XtumlException;
    public UniqueId getOther_Side_Var_ID() throws XtumlException;
    public String getRelationship_phrase() throws XtumlException;
    public void setRelationship_phrase( String m_relationship_phrase ) throws XtumlException;
    public void setRel_ID( UniqueId ref_Rel_ID ) throws XtumlException;
    public UniqueId getRel_ID() throws XtumlException;
    public int getAssociationNumberLineNumber() throws XtumlException;
    public void setAssociationNumberLineNumber( int m_associationNumberLineNumber ) throws XtumlException;
    public int getAssociationNumberColumn() throws XtumlException;
    public void setAssociationNumberColumn( int m_associationNumberColumn ) throws XtumlException;
    public int getAssociationPhraseLineNumber() throws XtumlException;
    public void setAssociationPhraseLineNumber( int m_associationPhraseLineNumber ) throws XtumlException;
    public int getAssociationPhraseColumn() throws XtumlException;
    public void setAssociationPhraseColumn( int m_associationPhraseColumn ) throws XtumlException;


    // operations


    // selections
    default public void setR603_is_a_ACT_SMT( ACT_SMT inst ) {}
    public ACT_SMT R603_is_a_ACT_SMT() throws XtumlException;
    default public void setR620_one_V_VAR( V_VAR inst ) {}
    public V_VAR R620_one_V_VAR() throws XtumlException;
    default public void setR621_other_V_VAR( V_VAR inst ) {}
    public V_VAR R621_other_V_VAR() throws XtumlException;
    default public void setR655_destroys_Association( Association inst ) {}
    public Association R655_destroys_Association() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy