io.ciera.tool.sql.ooaofooa.value.V_AERSet Maven / Gradle / Ivy
package io.ciera.tool.sql.ooaofooa.value;
import io.ciera.runtime.summit.classes.IInstanceSet;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.runtime.summit.types.UniqueId;
import io.ciera.tool.sql.ooaofooa.value.ValueSet;
public interface V_AERSet extends IInstanceSet {
// attributes
public void setIndex_Value_ID( UniqueId ref_Index_Value_ID ) throws XtumlException;
public void setRoot_Value_ID( UniqueId ref_Root_Value_ID ) throws XtumlException;
public void setValue_ID( UniqueId ref_Value_ID ) throws XtumlException;
// selections
public ValueSet R801_is_a_Value() throws XtumlException;
public ValueSet R838_has_root_Value() throws XtumlException;
public ValueSet R839_has_index_Value() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy