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

io.ciera.tool.sql.ooaofooa.value.V_UNY Maven / Gradle / Ivy

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


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.value.Value;


public interface V_UNY extends IModelInstance {

    // attributes
    public void setValue_ID( UniqueId ref_Value_ID ) throws XtumlException;
    public UniqueId getValue_ID() throws XtumlException;
    public void setOperand_Value_ID( UniqueId ref_Operand_Value_ID ) throws XtumlException;
    public UniqueId getOperand_Value_ID() throws XtumlException;
    public void setOperator( String m_Operator ) throws XtumlException;
    public String getOperator() throws XtumlException;


    // operations


    // selections
    default public void setR801_is_a_Value( Value inst ) {}
    public Value R801_is_a_Value() throws XtumlException;
    default public void setR804_has_operand_Value( Value inst ) {}
    public Value R804_has_operand_Value() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy