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

io.ciera.tool.sql.architecture.invocable.FormalParameter Maven / Gradle / Ivy

package io.ciera.tool.sql.architecture.invocable;


import io.ciera.runtime.summit.classes.IModelInstance;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.tool.Sql;
import io.ciera.tool.sql.architecture.expression.ActualParameter;
import io.ciera.tool.sql.architecture.expression.ActualParameterSet;
import io.ciera.tool.sql.architecture.expression.ParameterReference;
import io.ciera.tool.sql.architecture.expression.ParameterReferenceSet;
import io.ciera.tool.sql.architecture.invocable.FormalParameter;
import io.ciera.tool.sql.architecture.invocable.InvocableObject;
import io.ciera.tool.sql.architecture.type.TypeReference;


public interface FormalParameter extends IModelInstance {

    // attributes
    public String getParent_name() throws XtumlException;
    public void setParent_name( String ref_parent_name ) throws XtumlException;
    public void setParent_package( String ref_parent_package ) throws XtumlException;
    public String getParent_package() throws XtumlException;
    public void setInvocable_name( String ref_invocable_name ) throws XtumlException;
    public String getInvocable_name() throws XtumlException;
    public void setName( String m_name ) throws XtumlException;
    public String getName() throws XtumlException;
    public void setNext_name( String ref_next_name ) throws XtumlException;
    public String getNext_name() throws XtumlException;
    public boolean getBy_ref() throws XtumlException;
    public void setBy_ref( boolean m_by_ref ) throws XtumlException;
    public void setType_name( String ref_type_name ) throws XtumlException;
    public String getType_name() throws XtumlException;
    public String getType_package() throws XtumlException;
    public void setType_package( String ref_type_package ) throws XtumlException;
    public void setType_reference_name( String ref_type_reference_name ) throws XtumlException;
    public String getType_reference_name() throws XtumlException;


    // operations


    // selections
    default public void addR3904_ActualParameter( ActualParameter inst ) {}
    default public void removeR3904_ActualParameter( ActualParameter inst ) {}
    public ActualParameterSet R3904_ActualParameter() throws XtumlException;
    default public void setR404_follows_FormalParameter( FormalParameter inst ) {}
    public FormalParameter R404_follows_FormalParameter() throws XtumlException;
    default public void setR404_precedes_FormalParameter( FormalParameter inst ) {}
    public FormalParameter R404_precedes_FormalParameter() throws XtumlException;
    default public void setR429_shapes_data_for_InvocableObject( InvocableObject inst ) {}
    public InvocableObject R429_shapes_data_for_InvocableObject() throws XtumlException;
    default public void setR431_is_typed_by_TypeReference( TypeReference inst ) {}
    public TypeReference R431_is_typed_by_TypeReference() throws XtumlException;
    default public void addR781_referenced_by_ParameterReference( ParameterReference inst ) {}
    default public void removeR781_referenced_by_ParameterReference( ParameterReference inst ) {}
    public ParameterReferenceSet R781_referenced_by_ParameterReference() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy