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

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

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


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.component.ExecutableProperty;
import io.ciera.tool.sql.ooaofooa.component.PropertyParameter;
import io.ciera.tool.sql.ooaofooa.domain.DataType;
import io.ciera.tool.sql.ooaofooa.domain.Dimensions;
import io.ciera.tool.sql.ooaofooa.domain.DimensionsSet;
import io.ciera.tool.sql.ooaofooa.instance.DataItemValue;
import io.ciera.tool.sql.ooaofooa.instance.DataItemValueSet;
import io.ciera.tool.sql.ooaofooa.message.ExecutablePropertyArgument;
import io.ciera.tool.sql.ooaofooa.message.ExecutablePropertyArgumentSet;
import io.ciera.tool.sql.ooaofooa.value.EventParameterReference;
import io.ciera.tool.sql.ooaofooa.value.EventParameterReferenceSet;
import io.ciera.tool.sql.ooaofooa.value.ParameterValue;
import io.ciera.tool.sql.ooaofooa.value.ParameterValueSet;


public interface PropertyParameter extends IModelInstance {

    // attributes
    public void setPP_Id( UniqueId m_PP_Id ) throws XtumlException;
    public UniqueId getPP_Id() throws XtumlException;
    public void setSignal_Id( UniqueId ref_Signal_Id ) throws XtumlException;
    public UniqueId getSignal_Id() throws XtumlException;
    public UniqueId getDT_ID() throws XtumlException;
    public void setDT_ID( UniqueId ref_DT_ID ) throws XtumlException;
    public String getName() throws XtumlException;
    public void setName( String m_Name ) throws XtumlException;
    public void setDescrip( String m_Descrip ) throws XtumlException;
    public String getDescrip() throws XtumlException;
    public void setBy_Ref( int m_By_Ref ) throws XtumlException;
    public int getBy_Ref() throws XtumlException;
    public void setDimensions( String m_Dimensions ) throws XtumlException;
    public String getDimensions() throws XtumlException;
    public UniqueId getPrevious_PP_Id() throws XtumlException;
    public void setPrevious_PP_Id( UniqueId ref_Previous_PP_Id ) throws XtumlException;


    // operations


    // selections
    default public void addR1023_represents_ExecutablePropertyArgument( ExecutablePropertyArgument inst ) {}
    default public void removeR1023_represents_ExecutablePropertyArgument( ExecutablePropertyArgument inst ) {}
    public ExecutablePropertyArgumentSet R1023_represents_ExecutablePropertyArgument() throws XtumlException;
    default public void addR2956_DataItemValue( DataItemValue inst ) {}
    default public void removeR2956_DataItemValue( DataItemValue inst ) {}
    public DataItemValueSet R2956_DataItemValue() throws XtumlException;
    default public void setR4006_parameterizes_ExecutableProperty( ExecutableProperty inst ) {}
    public ExecutableProperty R4006_parameterizes_ExecutableProperty() throws XtumlException;
    default public void setR4007_is_typed_by_DataType( DataType inst ) {}
    public DataType R4007_is_typed_by_DataType() throws XtumlException;
    default public void addR4017_may_have_Dimensions( Dimensions inst ) {}
    default public void removeR4017_may_have_Dimensions( Dimensions inst ) {}
    public DimensionsSet R4017_may_have_Dimensions() throws XtumlException;
    default public void setR4021_precedes_PropertyParameter( PropertyParameter inst ) {}
    public PropertyParameter R4021_precedes_PropertyParameter() throws XtumlException;
    default public void setR4021_succeeds_PropertyParameter( PropertyParameter inst ) {}
    public PropertyParameter R4021_succeeds_PropertyParameter() throws XtumlException;
    default public void addR843_ParameterValue( ParameterValue inst ) {}
    default public void removeR843_ParameterValue( ParameterValue inst ) {}
    public ParameterValueSet R843_ParameterValue() throws XtumlException;
    default public void addR847_EventParameterReference( EventParameterReference inst ) {}
    default public void removeR847_EventParameterReference( EventParameterReference inst ) {}
    public EventParameterReferenceSet R847_EventParameterReference() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy