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

io.ciera.tool.sql.architecture.classes.AttributeDerivation Maven / Gradle / Ivy

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


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.classes.AttributeAccessor;
import io.ciera.tool.sql.architecture.invocable.InvocableObject;

import types.AttributeAccessorType;


public interface AttributeDerivation extends IModelInstance {

    // attributes
    public String getClass_name() throws XtumlException;
    public void setClass_name( String ref_class_name ) throws XtumlException;
    public String getClass_package() throws XtumlException;
    public void setClass_package( String ref_class_package ) throws XtumlException;
    public void setAttribute_name( String ref_attribute_name ) throws XtumlException;
    public String getAttribute_name() throws XtumlException;
    public void setAccessor_type( AttributeAccessorType ref_accessor_type ) throws XtumlException;
    public AttributeAccessorType getAccessor_type() throws XtumlException;


    // operations
    public void render() throws XtumlException;


    // selections
    default public void setR427_is_a_InvocableObject( InvocableObject inst ) {}
    public InvocableObject R427_is_a_InvocableObject() throws XtumlException;
    default public void setR441_calculates_value_for_AttributeAccessor( AttributeAccessor inst ) {}
    public AttributeAccessor R441_calculates_value_for_AttributeAccessor() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy