Uses of Interface
io.ciera.tool.sql.architecture.classes.AttributeAccessor
Packages that use AttributeAccessor
Package
Description
-
Uses of AttributeAccessor in io.ciera.tool
Methods in io.ciera.tool with parameters of type AttributeAccessorModifier and TypeMethodDescriptionvoidSql.relate_R441_AttributeDerivation_calculates_value_for_AttributeAccessor(AttributeDerivation form, AttributeAccessor part) voidvoidSqlSqlLoader.serialize_4510(AttributeAccessor attributeaccessor_inst, PrintStream out) voidSqlSqlLoader.serialize_AttributeAccessor(AttributeAccessor attributeaccessor_inst, PrintStream out) voidSql.unrelate_R441_AttributeDerivation_calculates_value_for_AttributeAccessor(AttributeDerivation form, AttributeAccessor part) voidSql.unrelate_R4510_AttributeAccessor_gets_and_sets_Attribute(AttributeAccessor form, Attribute part) -
Uses of AttributeAccessor in io.ciera.tool.sql.architecture.classes
Methods in io.ciera.tool.sql.architecture.classes that return AttributeAccessorModifier and TypeMethodDescriptionAttributeDerivation.R441_calculates_value_for_AttributeAccessor()Methods in io.ciera.tool.sql.architecture.classes with parameters of type AttributeAccessorModifier and TypeMethodDescriptiondefault voidAttribute.addR4510_value_accessed_through_AttributeAccessor(AttributeAccessor inst) default voiddefault voidAttributeDerivation.setR441_calculates_value_for_AttributeAccessor(AttributeAccessor inst) -
Uses of AttributeAccessor in io.ciera.tool.sql.architecture.classes.impl
Classes in io.ciera.tool.sql.architecture.classes.impl that implement AttributeAccessorFields in io.ciera.tool.sql.architecture.classes.impl declared as AttributeAccessorModifier and TypeFieldDescriptionstatic final AttributeAccessorAttributeAccessorImpl.EMPTY_ATTRIBUTEACCESSORMethods in io.ciera.tool.sql.architecture.classes.impl that return AttributeAccessorModifier and TypeMethodDescriptionstatic AttributeAccessorstatic AttributeAccessorAttributeAccessorImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_attribute_name, String ref_class_package, String ref_class_name, AttributeAccessorType m_accessor_type) static AttributeAccessorAttributeAccessorImpl.create(Sql context, String ref_attribute_name, String ref_class_package, String ref_class_name, AttributeAccessorType m_accessor_type) AttributeAccessorSetImpl.nullElement()AttributeAccessorImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) AttributeDerivationImpl.R441_calculates_value_for_AttributeAccessor()AttributeAccessorImpl.self()Methods in io.ciera.tool.sql.architecture.classes.impl that return types with arguments of type AttributeAccessorMethods in io.ciera.tool.sql.architecture.classes.impl with parameters of type AttributeAccessorModifier and TypeMethodDescriptionvoidAttributeImpl.addR4510_value_accessed_through_AttributeAccessor(AttributeAccessor inst) voidAttributeImpl.removeR4510_value_accessed_through_AttributeAccessor(AttributeAccessor inst) voidAttributeDerivationImpl.setR441_calculates_value_for_AttributeAccessor(AttributeAccessor inst) Method parameters in io.ciera.tool.sql.architecture.classes.impl with type arguments of type AttributeAccessorModifier and TypeMethodDescriptionAttributeAccessorSetImpl.emptySet(Comparator<? super AttributeAccessor> comp) Constructor parameters in io.ciera.tool.sql.architecture.classes.impl with type arguments of type AttributeAccessorModifierConstructorDescriptionAttributeAccessorSetImpl(Comparator<? super AttributeAccessor> comp)