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

io.ciera.tool.sql.ooaofooa.value.ArrayLengthValue 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 ArrayLengthValue extends IModelInstance {

    // attributes
    public void setValue_ID( UniqueId ref_Value_ID ) throws XtumlException;
    public UniqueId getValue_ID() throws XtumlException;
    public UniqueId getArray_Value_ID() throws XtumlException;
    public void setArray_Value_ID( UniqueId ref_Array_Value_ID ) throws XtumlException;


    // operations


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


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy