io.ciera.tool.sql.ooaofmarking.Mark Maven / Gradle / Ivy
package io.ciera.tool.sql.ooaofmarking;
import io.ciera.runtime.summit.classes.IModelInstance;
import io.ciera.runtime.summit.exceptions.XtumlException;
import io.ciera.tool.Sql;
import io.ciera.tool.sql.ooaofmarking.Feature;
import io.ciera.tool.sql.ooaofmarking.Mark;
import io.ciera.tool.sql.ooaofmarking.MarkableElementType;
public interface Mark extends IModelInstance {
// attributes
public String getMarkable_name() throws XtumlException;
public void setMarkable_name( String ref_markable_name ) throws XtumlException;
public void setFeature_name( String ref_feature_name ) throws XtumlException;
public String getFeature_name() throws XtumlException;
public String getPath() throws XtumlException;
public void setPath( String m_path ) throws XtumlException;
public void setValue( String m_value ) throws XtumlException;
public String getValue() throws XtumlException;
// operations
public void dispose() throws XtumlException;
// selections
default public void setR2821_is_marked_by_Feature( Feature inst ) {}
public Feature R2821_is_marked_by_Feature() throws XtumlException;
default public void setR2821_marks_MarkableElementType( MarkableElementType inst ) {}
public MarkableElementType R2821_marks_MarkableElementType() throws XtumlException;
default public void setR2823_precedes_Mark( Mark inst ) {}
public Mark R2823_precedes_Mark() throws XtumlException;
default public void setR2823_succeeds_Mark( Mark inst ) {}
public Mark R2823_succeeds_Mark() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy