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

io.ciera.tool.templateengine.architecture.type.BasicTypeReference Maven / Gradle / Ivy

There is a newer version: 2.6.3
Show newest version
package io.ciera.tool.templateengine.architecture.type;


import io.ciera.runtime.summit.classes.IModelInstance;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.tool.TemplateEngine;
import io.ciera.tool.templateengine.architecture.type.TypeReference;


public interface BasicTypeReference 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 String getType_reference_name() throws XtumlException;
    public void setType_reference_name( String ref_type_reference_name ) throws XtumlException;


    // operations


    // selections
    default public void setR3801_is_a_TypeReference( TypeReference inst ) {}
    public TypeReference R3801_is_a_TypeReference() throws XtumlException;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy