io.ciera.tool.sql.ooaofooa.component.C_I Maven / Gradle / Ivy
package io.ciera.tool.sql.ooaofooa.component;
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.architecture.interfaces.Iface;
import io.ciera.tool.sql.ooaofooa.component.ExecutableProperty;
import io.ciera.tool.sql.ooaofooa.component.ExecutablePropertySet;
import io.ciera.tool.sql.ooaofooa.component.InterfaceReference;
import io.ciera.tool.sql.ooaofooa.component.InterfaceReferenceSet;
import io.ciera.tool.sql.ooaofooa.packageableelement.PackageableElement;
public interface C_I extends IModelInstance {
// attributes
public void setId( UniqueId ref_Id ) throws XtumlException;
public UniqueId getId() throws XtumlException;
public UniqueId getPackage_IDdeprecated() throws XtumlException;
public void setPackage_IDdeprecated( UniqueId m_Package_IDdeprecated ) throws XtumlException;
public String getName() throws XtumlException;
public void setName( String m_Name ) throws XtumlException;
public void setDescrip( String m_Descrip ) throws XtumlException;
public String getDescrip() throws XtumlException;
// operations
// selections
default public void addR4003_is_defined_by_ExecutableProperty( ExecutableProperty inst ) {}
default public void removeR4003_is_defined_by_ExecutableProperty( ExecutableProperty inst ) {}
public ExecutablePropertySet R4003_is_defined_by_ExecutableProperty() throws XtumlException;
default public void addR4012_is_formal_definition_InterfaceReference( InterfaceReference inst ) {}
default public void removeR4012_is_formal_definition_InterfaceReference( InterfaceReference inst ) {}
public InterfaceReferenceSet R4012_is_formal_definition_InterfaceReference() throws XtumlException;
default public void setR421_Iface( Iface inst ) {}
public Iface R421_Iface() throws XtumlException;
default public void setR8001_is_a_PackageableElement( PackageableElement inst ) {}
public PackageableElement R8001_is_a_PackageableElement() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy