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

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

There is a newer version: 2.7.3
Show newest version
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.loader.AttributeSerializer;


public interface UniqueIDSerializer extends IModelInstance {

    // attributes
    public void setLoader_name( String ref_loader_name ) throws XtumlException;
    public String getLoader_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 void setAttr_name( String ref_attr_name ) throws XtumlException;
    public String getAttr_name() throws XtumlException;
    public void setValue( String m_value ) throws XtumlException;
    public String getValue() throws XtumlException;
    public boolean getPrimary_key() throws XtumlException;
    public void setPrimary_key( boolean m_primary_key ) throws XtumlException;


    // operations
    public void render() throws XtumlException;


    // selections
    default public void setR3004_is_a_AttributeSerializer( AttributeSerializer inst ) {}
    public AttributeSerializer R3004_is_a_AttributeSerializer() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy