Uses of Interface
io.ciera.tool.sql.architecture.classes.AttributeReference
-
Packages that use AttributeReference Package Description io.ciera.tool io.ciera.tool.sql.architecture.classes io.ciera.tool.sql.architecture.classes.impl -
-
Uses of AttributeReference in io.ciera.tool
-
Uses of AttributeReference in io.ciera.tool.sql.architecture.classes
Methods in io.ciera.tool.sql.architecture.classes with parameters of type AttributeReference Modifier and Type Method Description default voidAttribute. addR4506_has_value_provided_by_AttributeReference(AttributeReference inst)default voidAttribute. addR4506_provides_value_for_AttributeReference(AttributeReference inst)default voidClassRelationship. addR4511_provides_link_for_AttributeReference(AttributeReference inst)default voidAttribute. removeR4506_has_value_provided_by_AttributeReference(AttributeReference inst)default voidAttribute. removeR4506_provides_value_for_AttributeReference(AttributeReference inst)default voidClassRelationship. removeR4511_provides_link_for_AttributeReference(AttributeReference inst) -
Uses of AttributeReference in io.ciera.tool.sql.architecture.classes.impl
Classes in io.ciera.tool.sql.architecture.classes.impl that implement AttributeReference Modifier and Type Class Description classAttributeReferenceImplFields in io.ciera.tool.sql.architecture.classes.impl declared as AttributeReference Modifier and Type Field Description static AttributeReferenceAttributeReferenceImpl. EMPTY_ATTRIBUTEREFERENCEMethods in io.ciera.tool.sql.architecture.classes.impl that return AttributeReference Modifier and Type Method Description static AttributeReferenceAttributeReferenceImpl. create(Sql context)static AttributeReferenceAttributeReferenceImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_referring_attribute_class_name, String ref_referring_attribute_class_package, String ref_referring_attribute_name, String ref_referred_to_attribute_class_name, String ref_referred_to_attribute_class_package, String ref_referred_to_attribute_name, int ref_rel_num, String ref_form_phrase, String ref_form_name, String ref_part_phrase, String ref_part_name)static AttributeReferenceAttributeReferenceImpl. create(Sql context, String ref_referring_attribute_class_name, String ref_referring_attribute_class_package, String ref_referring_attribute_name, String ref_referred_to_attribute_class_name, String ref_referred_to_attribute_class_package, String ref_referred_to_attribute_name, int ref_rel_num, String ref_form_phrase, String ref_form_name, String ref_part_phrase, String ref_part_name)AttributeReferenceAttributeReferenceSetImpl. nullElement()AttributeReferenceAttributeReferenceImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)AttributeReferenceAttributeReferenceImpl. self()Methods in io.ciera.tool.sql.architecture.classes.impl that return types with arguments of type AttributeReference Modifier and Type Method Description List<AttributeReference>AttributeReferenceSetImpl. elements()Methods in io.ciera.tool.sql.architecture.classes.impl with parameters of type AttributeReference Modifier and Type Method Description voidAttributeImpl. addR4506_has_value_provided_by_AttributeReference(AttributeReference inst)voidAttributeImpl. addR4506_provides_value_for_AttributeReference(AttributeReference inst)voidClassRelationshipImpl. addR4511_provides_link_for_AttributeReference(AttributeReference inst)voidAttributeImpl. removeR4506_has_value_provided_by_AttributeReference(AttributeReference inst)voidAttributeImpl. removeR4506_provides_value_for_AttributeReference(AttributeReference inst)voidClassRelationshipImpl. removeR4511_provides_link_for_AttributeReference(AttributeReference inst)Method parameters in io.ciera.tool.sql.architecture.classes.impl with type arguments of type AttributeReference Modifier and Type Method Description AttributeReferenceSetAttributeReferenceSetImpl. emptySet(Comparator<? super AttributeReference> comp)Constructor parameters in io.ciera.tool.sql.architecture.classes.impl with type arguments of type AttributeReference Constructor Description AttributeReferenceSetImpl(Comparator<? super AttributeReference> comp)
-