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

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

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.invocable.InvocableObjectSet;


public interface GenericInvocableSet extends IInstanceSet {

    // attributes
    public void setParent_name( String ref_parent_name ) throws XtumlException;
    public void setParent_package( String ref_parent_package ) throws XtumlException;
    public void setName( String ref_name ) throws XtumlException;


    // selections
    public InvocableObjectSet R427_is_a_InvocableObject() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy