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

io.ciera.tool.sql.loader.EnumeratorLoader Maven / Gradle / Ivy

package io.ciera.tool.sql.loader;


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.type.EnumeratedType;
import io.ciera.tool.sql.loader.AttributeLoader;


public interface EnumeratorLoader extends IModelInstance {

    // attributes
    public String getLoader_name() throws XtumlException;
    public void setLoader_name( String ref_loader_name ) throws XtumlException;
    public void setLoader_package( String ref_loader_package ) throws XtumlException;
    public String getLoader_package() throws XtumlException;
    public void setClass_name( String ref_class_name ) throws XtumlException;
    public String getClass_name() throws XtumlException;
    public int getIndex() throws XtumlException;
    public void setIndex( int ref_index ) throws XtumlException;
    public void setAttr_name( String ref_attr_name ) throws XtumlException;
    public String getAttr_name() throws XtumlException;
    public String getType_package() throws XtumlException;
    public void setType_package( String ref_type_package ) throws XtumlException;
    public void setType_name( String ref_type_name ) throws XtumlException;
    public String getType_name() throws XtumlException;


    // operations
    public void render() throws XtumlException;


    // selections
    default public void setR3008_is_a_AttributeLoader( AttributeLoader inst ) {}
    public AttributeLoader R3008_is_a_AttributeLoader() throws XtumlException;
    default public void setR3010_EnumeratedType( EnumeratedType inst ) {}
    public EnumeratedType R3010_EnumeratedType() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy