Uses of Interface
io.ciera.tool.sql.architecture.classes.AttributeDerivation
-
-
Uses of AttributeDerivation in io.ciera.tool
Methods in io.ciera.tool with parameters of type AttributeDerivation Modifier and Type Method Description voidSql. relate_R427_AttributeDerivation_is_a_InvocableObject(AttributeDerivation form, InvocableObject part)voidSql. relate_R441_AttributeDerivation_calculates_value_for_AttributeAccessor(AttributeDerivation form, AttributeAccessor part)voidSqlSqlLoader. serialize_427(AttributeDerivation attributederivation_inst, PrintStream out)voidSqlSqlLoader. serialize_441(AttributeDerivation attributederivation_inst, PrintStream out)voidSqlSqlLoader. serialize_AttributeDerivation(AttributeDerivation attributederivation_inst, PrintStream out)voidSql. unrelate_R427_AttributeDerivation_is_a_InvocableObject(AttributeDerivation form, InvocableObject part)voidSql. unrelate_R441_AttributeDerivation_calculates_value_for_AttributeAccessor(AttributeDerivation form, AttributeAccessor part) -
Uses of AttributeDerivation in io.ciera.tool.sql.architecture.classes
Methods in io.ciera.tool.sql.architecture.classes that return AttributeDerivation Modifier and Type Method Description AttributeDerivationAttributeAccessor. R441_value_derived_by_AttributeDerivation()Methods in io.ciera.tool.sql.architecture.classes with parameters of type AttributeDerivation Modifier and Type Method Description default voidAttributeAccessor. setR441_value_derived_by_AttributeDerivation(AttributeDerivation inst) -
Uses of AttributeDerivation in io.ciera.tool.sql.architecture.classes.impl
Classes in io.ciera.tool.sql.architecture.classes.impl that implement AttributeDerivation Modifier and Type Class Description classAttributeDerivationImplFields in io.ciera.tool.sql.architecture.classes.impl declared as AttributeDerivation Modifier and Type Field Description static AttributeDerivationAttributeDerivationImpl. EMPTY_ATTRIBUTEDERIVATIONMethods in io.ciera.tool.sql.architecture.classes.impl that return AttributeDerivation Modifier and Type Method Description static AttributeDerivationAttributeDerivationImpl. create(Sql context)static AttributeDerivationAttributeDerivationImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_class_name, String ref_class_package, String ref_attribute_name, AttributeAccessorType ref_accessor_type)static AttributeDerivationAttributeDerivationImpl. create(Sql context, String ref_class_name, String ref_class_package, String ref_attribute_name, AttributeAccessorType ref_accessor_type)AttributeDerivationAttributeDerivationSetImpl. nullElement()AttributeDerivationAttributeDerivationImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)AttributeDerivationAttributeAccessorImpl. R441_value_derived_by_AttributeDerivation()AttributeDerivationAttributeDerivationImpl. self()Methods in io.ciera.tool.sql.architecture.classes.impl that return types with arguments of type AttributeDerivation Modifier and Type Method Description List<AttributeDerivation>AttributeDerivationSetImpl. elements()Methods in io.ciera.tool.sql.architecture.classes.impl with parameters of type AttributeDerivation Modifier and Type Method Description voidAttributeAccessorImpl. setR441_value_derived_by_AttributeDerivation(AttributeDerivation inst)Method parameters in io.ciera.tool.sql.architecture.classes.impl with type arguments of type AttributeDerivation Modifier and Type Method Description AttributeDerivationSetAttributeDerivationSetImpl. emptySet(Comparator<? super AttributeDerivation> comp)Constructor parameters in io.ciera.tool.sql.architecture.classes.impl with type arguments of type AttributeDerivation Constructor Description AttributeDerivationSetImpl(Comparator<? super AttributeDerivation> comp) -
Uses of AttributeDerivation in io.ciera.tool.sql.architecture.invocable
Methods in io.ciera.tool.sql.architecture.invocable that return AttributeDerivation Modifier and Type Method Description AttributeDerivationInvocableObject. R427_is_a_AttributeDerivation()Methods in io.ciera.tool.sql.architecture.invocable with parameters of type AttributeDerivation Modifier and Type Method Description default voidInvocableObject. setR427_is_a_AttributeDerivation(AttributeDerivation inst) -
Uses of AttributeDerivation in io.ciera.tool.sql.architecture.invocable.impl
Methods in io.ciera.tool.sql.architecture.invocable.impl that return AttributeDerivation Modifier and Type Method Description AttributeDerivationInvocableObjectImpl. R427_is_a_AttributeDerivation()Methods in io.ciera.tool.sql.architecture.invocable.impl with parameters of type AttributeDerivation Modifier and Type Method Description voidInvocableObjectImpl. setR427_is_a_AttributeDerivation(AttributeDerivation inst)
-