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

io.ciera.tool.sql.ooaofooa.packageableelement.ElementVisibility Maven / Gradle / Ivy

package io.ciera.tool.sql.ooaofooa.packageableelement;


import io.ciera.runtime.summit.classes.IModelInstance;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.runtime.summit.types.UniqueId;
import io.ciera.tool.Sql;
import io.ciera.tool.sql.ooaofooa.elementpackaging.EP_PKG;
import io.ciera.tool.sql.ooaofooa.packageableelement.PackageableElement;
import io.ciera.tool.sql.ooaofooa.packageableelement.SearchResultSet;

import ooaofooa.datatypes.ElementTypeConstants;


public interface ElementVisibility extends IModelInstance {

    // attributes
    public void setVisibility_ID( UniqueId m_Visibility_ID ) throws XtumlException;
    public UniqueId getVisibility_ID() throws XtumlException;
    public UniqueId getElement_ID() throws XtumlException;
    public void setElement_ID( UniqueId ref_Element_ID ) throws XtumlException;
    public void setPackage_ID( UniqueId ref_Package_ID ) throws XtumlException;
    public UniqueId getPackage_ID() throws XtumlException;
    public void setName( String ref_Name ) throws XtumlException;
    public String getName() throws XtumlException;
    public void setType( ElementTypeConstants ref_Type ) throws XtumlException;
    public ElementTypeConstants getType() throws XtumlException;


    // operations


    // selections
    default public void setR8002_has_visibility_of_PackageableElement( PackageableElement inst ) {}
    public PackageableElement R8002_has_visibility_of_PackageableElement() throws XtumlException;
    default public void setR8002_is_visible_to_elements_in_EP_PKG( EP_PKG inst ) {}
    public EP_PKG R8002_is_visible_to_elements_in_EP_PKG() throws XtumlException;
    default public void setR8006_SearchResultSet( SearchResultSet inst ) {}
    public SearchResultSet R8006_SearchResultSet() throws XtumlException;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy