Uses of Interface
io.ciera.tool.sql.architecture.classes.Attribute
-
-
Uses of Attribute in io.ciera.tool
-
Uses of Attribute in io.ciera.tool.sql.architecture.classes
Methods in io.ciera.tool.sql.architecture.classes that return Attribute Modifier and Type Method Description AttributeAttributeReference. R4506_has_value_provided_by_Attribute()AttributeAttributeReference. R4506_provides_value_for_Attribute()AttributeAttributeAccessor. R4510_gets_and_sets_Attribute()Methods in io.ciera.tool.sql.architecture.classes with parameters of type Attribute Modifier and Type Method Description default voidModelInst. addR410_data_abstracted_by_Attribute(Attribute inst)default voidModelInst. removeR410_data_abstracted_by_Attribute(Attribute inst)default voidAttributeReference. setR4506_has_value_provided_by_Attribute(Attribute inst)default voidAttributeReference. setR4506_provides_value_for_Attribute(Attribute inst)default voidAttributeAccessor. setR4510_gets_and_sets_Attribute(Attribute inst) -
Uses of Attribute in io.ciera.tool.sql.architecture.classes.impl
Classes in io.ciera.tool.sql.architecture.classes.impl that implement Attribute Modifier and Type Class Description classAttributeImplFields in io.ciera.tool.sql.architecture.classes.impl declared as Attribute Modifier and Type Field Description static AttributeAttributeImpl. EMPTY_ATTRIBUTEMethods in io.ciera.tool.sql.architecture.classes.impl that return Attribute Modifier and Type Method Description static AttributeAttributeImpl. create(Sql context)static AttributeAttributeImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_class_name, String ref_class_package, String m_name, String m_base_name, String ref_comp_name, String ref_comp_package, int m_order, String ref_type_name, String ref_type_package, String ref_type_reference_name, int m_identifier, String m_default_value)static AttributeAttributeImpl. create(Sql context, String ref_class_name, String ref_class_package, String m_name, String m_base_name, String ref_comp_name, String ref_comp_package, int m_order, String ref_type_name, String ref_type_package, String ref_type_reference_name, int m_identifier, String m_default_value)AttributeAttributeSetImpl. nullElement()AttributeAttributeImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)AttributeAttributeReferenceImpl. R4506_has_value_provided_by_Attribute()AttributeAttributeReferenceImpl. R4506_provides_value_for_Attribute()AttributeAttributeAccessorImpl. R4510_gets_and_sets_Attribute()AttributeAttributeImpl. self()Methods in io.ciera.tool.sql.architecture.classes.impl that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>AttributeSetImpl. elements()Methods in io.ciera.tool.sql.architecture.classes.impl with parameters of type Attribute Modifier and Type Method Description voidModelInstImpl. addR410_data_abstracted_by_Attribute(Attribute inst)voidModelInstImpl. removeR410_data_abstracted_by_Attribute(Attribute inst)voidAttributeReferenceImpl. setR4506_has_value_provided_by_Attribute(Attribute inst)voidAttributeReferenceImpl. setR4506_provides_value_for_Attribute(Attribute inst)voidAttributeAccessorImpl. setR4510_gets_and_sets_Attribute(Attribute inst)Method parameters in io.ciera.tool.sql.architecture.classes.impl with type arguments of type Attribute Modifier and Type Method Description AttributeSetAttributeSetImpl. emptySet(Comparator<? super Attribute> comp)Constructor parameters in io.ciera.tool.sql.architecture.classes.impl with type arguments of type Attribute Constructor Description AttributeSetImpl(Comparator<? super Attribute> comp) -
Uses of Attribute in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return Attribute Modifier and Type Method Description AttributeWhere. R3906_sorts_set_by_Attribute()AttributeAttributeAccess. R788_refers_to_Attribute()Methods in io.ciera.tool.sql.architecture.expression with parameters of type Attribute Modifier and Type Method Description default voidWhere. setR3906_sorts_set_by_Attribute(Attribute inst)default voidAttributeAccess. setR788_refers_to_Attribute(Attribute inst) -
Uses of Attribute in io.ciera.tool.sql.architecture.expression.impl
Methods in io.ciera.tool.sql.architecture.expression.impl that return Attribute Modifier and Type Method Description AttributeWhereImpl. R3906_sorts_set_by_Attribute()AttributeAttributeAccessImpl. R788_refers_to_Attribute()Methods in io.ciera.tool.sql.architecture.expression.impl with parameters of type Attribute Modifier and Type Method Description voidWhereImpl. setR3906_sorts_set_by_Attribute(Attribute inst)voidAttributeAccessImpl. setR788_refers_to_Attribute(Attribute inst) -
Uses of Attribute in io.ciera.tool.sql.architecture.type
Methods in io.ciera.tool.sql.architecture.type with parameters of type Attribute Modifier and Type Method Description default voidTypeReference. addR424_defines_type_for_Attribute(Attribute inst)default voidTypeReference. removeR424_defines_type_for_Attribute(Attribute inst) -
Uses of Attribute in io.ciera.tool.sql.architecture.type.impl
Methods in io.ciera.tool.sql.architecture.type.impl with parameters of type Attribute Modifier and Type Method Description voidTypeReferenceImpl. addR424_defines_type_for_Attribute(Attribute inst)voidTypeReferenceImpl. removeR424_defines_type_for_Attribute(Attribute inst) -
Uses of Attribute in io.ciera.tool.sql.ooaofooa.subsystem
Methods in io.ciera.tool.sql.ooaofooa.subsystem that return Attribute Modifier and Type Method Description AttributeO_ATTR. R414_Attribute()Methods in io.ciera.tool.sql.ooaofooa.subsystem with parameters of type Attribute Modifier and Type Method Description default voidO_ATTR. setR414_Attribute(Attribute inst) -
Uses of Attribute in io.ciera.tool.sql.ooaofooa.subsystem.impl
Methods in io.ciera.tool.sql.ooaofooa.subsystem.impl that return Attribute Modifier and Type Method Description AttributeO_ATTRImpl. R414_Attribute()Methods in io.ciera.tool.sql.ooaofooa.subsystem.impl with parameters of type Attribute Modifier and Type Method Description voidO_ATTRImpl. setR414_Attribute(Attribute inst)
-