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

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

package io.ciera.tool.sql.architecture.classes;


import io.ciera.runtime.summit.classes.IInstanceSet;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.tool.sql.architecture.classes.AttributeAccessorSet;
import io.ciera.tool.sql.architecture.invocable.InvocableObjectSet;

import types.AttributeAccessorType;


public interface AttributeDerivationSet extends IInstanceSet {

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


    // selections
    public InvocableObjectSet R427_is_a_InvocableObject() throws XtumlException;
    public AttributeAccessorSet R441_calculates_value_for_AttributeAccessor() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy