io.ciera.tool.sql.ooaofooa.relateandunrelate.UnrelateUsing Maven / Gradle / Ivy
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 UnrelateUsing 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 UniqueId getOther_Side_Var_ID() throws XtumlException;
public void setOther_Side_Var_ID( UniqueId ref_Other_Side_Var_ID ) throws XtumlException;
public void setAssociative_Var_ID( UniqueId ref_Associative_Var_ID ) throws XtumlException;
public UniqueId getAssociative_Var_ID() throws XtumlException;
public void setRelationship_phrase( String m_relationship_phrase ) throws XtumlException;
public String getRelationship_phrase() throws XtumlException;
public UniqueId getRel_ID() throws XtumlException;
public void setRel_ID( UniqueId ref_Rel_ID ) throws XtumlException;
public int getAssociationNumberLineNumber() throws XtumlException;
public void setAssociationNumberLineNumber( int m_associationNumberLineNumber ) throws XtumlException;
public void setAssociationNumberColumn( int m_associationNumberColumn ) throws XtumlException;
public int getAssociationNumberColumn() throws XtumlException;
public void setAssociationPhraseLineNumber( int m_associationPhraseLineNumber ) throws XtumlException;
public int getAssociationPhraseLineNumber() throws XtumlException;
public void setAssociationPhraseColumn( int m_associationPhraseColumn ) throws XtumlException;
public int getAssociationPhraseColumn() 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 setR622_one_V_VAR( V_VAR inst ) {}
public V_VAR R622_one_V_VAR() throws XtumlException;
default public void setR623_other_V_VAR( V_VAR inst ) {}
public V_VAR R623_other_V_VAR() throws XtumlException;
default public void setR624_using_V_VAR( V_VAR inst ) {}
public V_VAR R624_using_V_VAR() throws XtumlException;
default public void setR656_destroys_Association( Association inst ) {}
public Association R656_destroys_Association() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy