Uses of Interface
io.ciera.tool.sql.architecture.classes.AttributeAccessor
-
Packages that use AttributeAccessor Package Description io.ciera.tool io.ciera.tool.sql.architecture.classes io.ciera.tool.sql.architecture.classes.impl -
-
Uses of AttributeAccessor in io.ciera.tool
Methods in io.ciera.tool with parameters of type AttributeAccessor Modifier and Type Method Description voidSql. relate_R441_AttributeDerivation_calculates_value_for_AttributeAccessor(AttributeDerivation form, AttributeAccessor part)voidSql. relate_R4510_AttributeAccessor_gets_and_sets_Attribute(AttributeAccessor form, Attribute part)voidSqlSqlLoader. 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 AttributeAccessor Modifier and Type Method Description AttributeAccessorAttributeDerivation. R441_calculates_value_for_AttributeAccessor()Methods in io.ciera.tool.sql.architecture.classes with parameters of type AttributeAccessor Modifier and Type Method Description default voidAttribute. addR4510_value_accessed_through_AttributeAccessor(AttributeAccessor inst)default voidAttribute. removeR4510_value_accessed_through_AttributeAccessor(AttributeAccessor inst)default 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 AttributeAccessor Modifier and Type Class Description classAttributeAccessorImplFields in io.ciera.tool.sql.architecture.classes.impl declared as AttributeAccessor Modifier and Type Field Description static AttributeAccessorAttributeAccessorImpl. EMPTY_ATTRIBUTEACCESSORMethods in io.ciera.tool.sql.architecture.classes.impl that return AttributeAccessor Modifier and Type Method Description static AttributeAccessorAttributeAccessorImpl. create(Sql context)static 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)AttributeAccessorAttributeAccessorSetImpl. nullElement()AttributeAccessorAttributeAccessorImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)AttributeAccessorAttributeDerivationImpl. R441_calculates_value_for_AttributeAccessor()AttributeAccessorAttributeAccessorImpl. self()Methods in io.ciera.tool.sql.architecture.classes.impl that return types with arguments of type AttributeAccessor Modifier and Type Method Description List<AttributeAccessor>AttributeAccessorSetImpl. elements()Methods in io.ciera.tool.sql.architecture.classes.impl with parameters of type AttributeAccessor Modifier and Type Method Description voidAttributeImpl. 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 AttributeAccessor Modifier and Type Method Description AttributeAccessorSetAttributeAccessorSetImpl. emptySet(Comparator<? super AttributeAccessor> comp)Constructor parameters in io.ciera.tool.sql.architecture.classes.impl with type arguments of type AttributeAccessor Constructor Description AttributeAccessorSetImpl(Comparator<? super AttributeAccessor> comp)
-