Uses of Interface
io.ciera.tool.sql.loader.EnumeratorLoader
-
Packages that use EnumeratorLoader Package Description io.ciera.tool io.ciera.tool.sql.architecture.type io.ciera.tool.sql.architecture.type.impl io.ciera.tool.sql.loader io.ciera.tool.sql.loader.impl -
-
Uses of EnumeratorLoader in io.ciera.tool
Methods in io.ciera.tool with parameters of type EnumeratorLoader Modifier and Type Method Description voidSql. relate_R3008_EnumeratorLoader_is_a_AttributeLoader(EnumeratorLoader form, AttributeLoader part)voidSql. relate_R3010_EnumeratorLoader_EnumeratedType(EnumeratorLoader form, EnumeratedType part)voidSqlSqlLoader. serialize_EnumeratorLoader(EnumeratorLoader enumeratorloader_inst, PrintStream out)voidSql. unrelate_R3008_EnumeratorLoader_is_a_AttributeLoader(EnumeratorLoader form, AttributeLoader part)voidSql. unrelate_R3010_EnumeratorLoader_EnumeratedType(EnumeratorLoader form, EnumeratedType part) -
Uses of EnumeratorLoader in io.ciera.tool.sql.architecture.type
Methods in io.ciera.tool.sql.architecture.type with parameters of type EnumeratorLoader Modifier and Type Method Description default voidEnumeratedType. addR3010_EnumeratorLoader(EnumeratorLoader inst)default voidEnumeratedType. removeR3010_EnumeratorLoader(EnumeratorLoader inst) -
Uses of EnumeratorLoader in io.ciera.tool.sql.architecture.type.impl
Methods in io.ciera.tool.sql.architecture.type.impl with parameters of type EnumeratorLoader Modifier and Type Method Description voidEnumeratedTypeImpl. addR3010_EnumeratorLoader(EnumeratorLoader inst)voidEnumeratedTypeImpl. removeR3010_EnumeratorLoader(EnumeratorLoader inst) -
Uses of EnumeratorLoader in io.ciera.tool.sql.loader
Methods in io.ciera.tool.sql.loader that return EnumeratorLoader Modifier and Type Method Description EnumeratorLoaderAttributeLoader. R3008_is_a_EnumeratorLoader()Methods in io.ciera.tool.sql.loader with parameters of type EnumeratorLoader Modifier and Type Method Description default voidAttributeLoader. setR3008_is_a_EnumeratorLoader(EnumeratorLoader inst) -
Uses of EnumeratorLoader in io.ciera.tool.sql.loader.impl
Classes in io.ciera.tool.sql.loader.impl that implement EnumeratorLoader Modifier and Type Class Description classEnumeratorLoaderImplFields in io.ciera.tool.sql.loader.impl declared as EnumeratorLoader Modifier and Type Field Description static EnumeratorLoaderEnumeratorLoaderImpl. EMPTY_ENUMERATORLOADERMethods in io.ciera.tool.sql.loader.impl that return EnumeratorLoader Modifier and Type Method Description static EnumeratorLoaderEnumeratorLoaderImpl. create(Sql context)static EnumeratorLoaderEnumeratorLoaderImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_loader_name, String ref_loader_package, String ref_class_name, int ref_index, String ref_type_package, String ref_type_name, String ref_attr_name)EnumeratorLoaderEnumeratorLoaderSetImpl. nullElement()EnumeratorLoaderEnumeratorLoaderImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)EnumeratorLoaderAttributeLoaderImpl. R3008_is_a_EnumeratorLoader()EnumeratorLoaderEnumeratorLoaderImpl. self()Methods in io.ciera.tool.sql.loader.impl that return types with arguments of type EnumeratorLoader Modifier and Type Method Description List<EnumeratorLoader>EnumeratorLoaderSetImpl. elements()Methods in io.ciera.tool.sql.loader.impl with parameters of type EnumeratorLoader Modifier and Type Method Description voidAttributeLoaderImpl. setR3008_is_a_EnumeratorLoader(EnumeratorLoader inst)Method parameters in io.ciera.tool.sql.loader.impl with type arguments of type EnumeratorLoader Modifier and Type Method Description EnumeratorLoaderSetEnumeratorLoaderSetImpl. emptySet(Comparator<? super EnumeratorLoader> comp)Constructor parameters in io.ciera.tool.sql.loader.impl with type arguments of type EnumeratorLoader Constructor Description EnumeratorLoaderSetImpl(Comparator<? super EnumeratorLoader> comp)
-