
io.ciera.tool.sql.architecture.classes.AttributeReferenceSet 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.AttributeSet;
import io.ciera.tool.sql.architecture.classes.ClassRelationshipSet;
public interface AttributeReferenceSet extends IInstanceSet {
// attributes
public void setPart_phrase( String ref_part_phrase ) throws XtumlException;
public void setReferred_to_attribute_class_name( String ref_referred_to_attribute_class_name ) throws XtumlException;
public void setForm_name( String ref_form_name ) throws XtumlException;
public void setReferring_attribute_class_name( String ref_referring_attribute_class_name ) throws XtumlException;
public void setReferred_to_attribute_class_package( String ref_referred_to_attribute_class_package ) throws XtumlException;
public void setForm_phrase( String ref_form_phrase ) throws XtumlException;
public void setReferring_attribute_name( String ref_referring_attribute_name ) throws XtumlException;
public void setRel_num( int ref_rel_num ) throws XtumlException;
public void setReferred_to_attribute_name( String ref_referred_to_attribute_name ) throws XtumlException;
public void setReferring_attribute_class_package( String ref_referring_attribute_class_package ) throws XtumlException;
public void setPart_name( String ref_part_name ) throws XtumlException;
// selections
public AttributeSet R4506_has_value_provided_by_Attribute() throws XtumlException;
public AttributeSet R4506_provides_value_for_Attribute() throws XtumlException;
public ClassRelationshipSet R4511_refers_to_another_attribute_through_ClassRelationship() throws XtumlException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy