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

io.ciera.tool.sql.architecture.file.GeneralFile Maven / Gradle / Ivy

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


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.file.File;
import io.ciera.tool.sql.loader.PopulationLoader;


public interface GeneralFile extends IModelInstance {

    // attributes
    public String getName() throws XtumlException;
    public void setName( String ref_name ) throws XtumlException;
    public void setPackage( String ref_package ) throws XtumlException;
    public String getPackage() throws XtumlException;
    public void setContents( String m_contents ) throws XtumlException;
    public String getContents() throws XtumlException;


    // operations
    public void render() throws XtumlException;


    // selections
    default public void setR3009_is_a_PopulationLoader( PopulationLoader inst ) {}
    public PopulationLoader R3009_is_a_PopulationLoader() throws XtumlException;
    default public void setR401_is_a_File( File inst ) {}
    public File R401_is_a_File() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy