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

io.ciera.tool.sql.ooaofooa.component.PropertyParameterSet Maven / Gradle / Ivy

package io.ciera.tool.sql.ooaofooa.component;


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.component.ExecutablePropertySet;
import io.ciera.tool.sql.ooaofooa.component.PropertyParameterSet;
import io.ciera.tool.sql.ooaofooa.domain.DataTypeSet;
import io.ciera.tool.sql.ooaofooa.domain.DimensionsSet;
import io.ciera.tool.sql.ooaofooa.instance.DataItemValueSet;
import io.ciera.tool.sql.ooaofooa.message.ExecutablePropertyArgumentSet;
import io.ciera.tool.sql.ooaofooa.value.EventParameterReferenceSet;
import io.ciera.tool.sql.ooaofooa.value.ParameterValueSet;


public interface PropertyParameterSet extends IInstanceSet {

    // attributes
    public void setBy_Ref( int m_By_Ref ) throws XtumlException;
    public void setDT_ID( UniqueId ref_DT_ID ) throws XtumlException;
    public void setPP_Id( UniqueId m_PP_Id ) throws XtumlException;
    public void setDimensions( String m_Dimensions ) throws XtumlException;
    public void setSignal_Id( UniqueId ref_Signal_Id ) throws XtumlException;
    public void setPrevious_PP_Id( UniqueId ref_Previous_PP_Id ) throws XtumlException;
    public void setName( String m_Name ) throws XtumlException;
    public void setDescrip( String m_Descrip ) throws XtumlException;


    // selections
    public ExecutablePropertyArgumentSet R1023_represents_ExecutablePropertyArgument() throws XtumlException;
    public DataItemValueSet R2956_DataItemValue() throws XtumlException;
    public ExecutablePropertySet R4006_parameterizes_ExecutableProperty() throws XtumlException;
    public DataTypeSet R4007_is_typed_by_DataType() throws XtumlException;
    public DimensionsSet R4017_may_have_Dimensions() throws XtumlException;
    public PropertyParameterSet R4021_precedes_PropertyParameter() throws XtumlException;
    public PropertyParameterSet R4021_succeeds_PropertyParameter() throws XtumlException;
    public ParameterValueSet R843_ParameterValue() throws XtumlException;
    public EventParameterReferenceSet R847_EventParameterReference() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy