Uses of Interface
io.ciera.tool.sql.architecture.file.TypeImportReference
Packages that use TypeImportReference
Package
Description
-
Uses of TypeImportReference in io.ciera.tool
Methods in io.ciera.tool with parameters of type TypeImportReferenceModifier and TypeMethodDescriptionvoidSql.relate_R402_TypeImportReference_imports_type_into_context_of_File(TypeImportReference form, File part) voidSql.relate_R402_TypeImportReference_imports_type_via_TypeImport(TypeImportReference form, TypeImport part) voidSqlSqlLoader.serialize_402(TypeImportReference typeimportreference_inst, PrintStream out) voidSqlSqlLoader.serialize_TypeImportReference(TypeImportReference typeimportreference_inst, PrintStream out) voidSql.unrelate_R402_TypeImportReference_imports_type_into_context_of_File(TypeImportReference form, File part) voidSql.unrelate_R402_TypeImportReference_imports_type_via_TypeImport(TypeImportReference form, TypeImport part) -
Uses of TypeImportReference in io.ciera.tool.sql.architecture.file
Methods in io.ciera.tool.sql.architecture.file with parameters of type TypeImportReferenceModifier and TypeMethodDescriptiondefault voiddefault voiddefault voiddefault void -
Uses of TypeImportReference in io.ciera.tool.sql.architecture.file.impl
Classes in io.ciera.tool.sql.architecture.file.impl that implement TypeImportReferenceFields in io.ciera.tool.sql.architecture.file.impl declared as TypeImportReferenceModifier and TypeFieldDescriptionstatic final TypeImportReferenceTypeImportReferenceImpl.EMPTY_TYPEIMPORTREFERENCEMethods in io.ciera.tool.sql.architecture.file.impl that return TypeImportReferenceModifier and TypeMethodDescriptionstatic TypeImportReferencestatic TypeImportReferenceTypeImportReferenceImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_fully_qualified_name, String ref_file_name, String ref_file_package, ImportType m_type) static TypeImportReferenceTypeImportReferenceImpl.create(Sql context, String ref_fully_qualified_name, String ref_file_name, String ref_file_package, ImportType m_type) TypeImportReferenceSetImpl.nullElement()TypeImportReferenceImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) TypeImportReferenceImpl.self()Methods in io.ciera.tool.sql.architecture.file.impl that return types with arguments of type TypeImportReferenceMethods in io.ciera.tool.sql.architecture.file.impl with parameters of type TypeImportReferenceModifier and TypeMethodDescriptionvoidTypeImportImpl.addR402_imports_type_into_context_of_TypeImportReference(TypeImportReference inst) voidFileImpl.addR402_imports_type_via_TypeImportReference(TypeImportReference inst) voidTypeImportImpl.removeR402_imports_type_into_context_of_TypeImportReference(TypeImportReference inst) voidMethod parameters in io.ciera.tool.sql.architecture.file.impl with type arguments of type TypeImportReferenceModifier and TypeMethodDescriptionTypeImportReferenceSetImpl.emptySet(Comparator<? super TypeImportReference> comp) Constructor parameters in io.ciera.tool.sql.architecture.file.impl with type arguments of type TypeImportReferenceModifierConstructorDescriptionTypeImportReferenceSetImpl(Comparator<? super TypeImportReference> comp)