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

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

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


import io.ciera.runtime.summit.classes.IInstanceSet;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.tool.sql.architecture.expression.ActualParameterSet;
import io.ciera.tool.sql.architecture.expression.ParameterReferenceSet;
import io.ciera.tool.sql.architecture.invocable.FormalParameterSet;
import io.ciera.tool.sql.architecture.invocable.InvocableObjectSet;
import io.ciera.tool.sql.architecture.type.TypeReferenceSet;


public interface FormalParameterSet extends IInstanceSet {

    // attributes
    public void setName( String m_name ) throws XtumlException;
    public void setType_reference_name( String ref_type_reference_name ) throws XtumlException;
    public void setInvocable_name( String ref_invocable_name ) throws XtumlException;
    public void setParent_package( String ref_parent_package ) throws XtumlException;
    public void setBy_ref( boolean m_by_ref ) throws XtumlException;
    public void setType_name( String ref_type_name ) throws XtumlException;
    public void setNext_name( String ref_next_name ) throws XtumlException;
    public void setType_package( String ref_type_package ) throws XtumlException;
    public void setParent_name( String ref_parent_name ) throws XtumlException;


    // selections
    public ActualParameterSet R3904_ActualParameter() throws XtumlException;
    public FormalParameterSet R404_follows_FormalParameter() throws XtumlException;
    public FormalParameterSet R404_precedes_FormalParameter() throws XtumlException;
    public InvocableObjectSet R429_shapes_data_for_InvocableObject() throws XtumlException;
    public TypeReferenceSet R431_is_typed_by_TypeReference() throws XtumlException;
    public ParameterReferenceSet R781_referenced_by_ParameterReference() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy