Uses of Interface
io.ciera.tool.sql.architecture.type.Enumerator
-
-
Uses of Enumerator in io.ciera.tool
Methods in io.ciera.tool with parameters of type Enumerator Modifier and Type Method Description voidSql. relate_R415_Enumerator_is_unique_value_of_EnumeratedType(Enumerator form, EnumeratedType part)voidSql. relate_R786_EnumeratorReference_refers_to_Enumerator(EnumeratorReference form, Enumerator part)voidSqlSqlLoader. serialize_415(Enumerator enumerator_inst, PrintStream out)voidSqlSqlLoader. serialize_Enumerator(Enumerator enumerator_inst, PrintStream out)voidSql. unrelate_R415_Enumerator_is_unique_value_of_EnumeratedType(Enumerator form, EnumeratedType part)voidSql. unrelate_R786_EnumeratorReference_refers_to_Enumerator(EnumeratorReference form, Enumerator part) -
Uses of Enumerator in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return Enumerator Modifier and Type Method Description EnumeratorEnumeratorReference. R786_refers_to_Enumerator()Methods in io.ciera.tool.sql.architecture.expression with parameters of type Enumerator Modifier and Type Method Description default voidEnumeratorReference. setR786_refers_to_Enumerator(Enumerator inst) -
Uses of Enumerator in io.ciera.tool.sql.architecture.expression.impl
Methods in io.ciera.tool.sql.architecture.expression.impl that return Enumerator Modifier and Type Method Description EnumeratorEnumeratorReferenceImpl. R786_refers_to_Enumerator()Methods in io.ciera.tool.sql.architecture.expression.impl with parameters of type Enumerator Modifier and Type Method Description voidEnumeratorReferenceImpl. setR786_refers_to_Enumerator(Enumerator inst) -
Uses of Enumerator in io.ciera.tool.sql.architecture.type
Methods in io.ciera.tool.sql.architecture.type with parameters of type Enumerator Modifier and Type Method Description default voidEnumeratedType. addR415_declares_Enumerator(Enumerator inst)default voidEnumeratedType. removeR415_declares_Enumerator(Enumerator inst) -
Uses of Enumerator in io.ciera.tool.sql.architecture.type.impl
Classes in io.ciera.tool.sql.architecture.type.impl that implement Enumerator Modifier and Type Class Description classEnumeratorImplFields in io.ciera.tool.sql.architecture.type.impl declared as Enumerator Modifier and Type Field Description static EnumeratorEnumeratorImpl. EMPTY_ENUMERATORMethods in io.ciera.tool.sql.architecture.type.impl that return Enumerator Modifier and Type Method Description static EnumeratorEnumeratorImpl. create(Sql context)static EnumeratorEnumeratorImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_type_name, String ref_type_package, String m_name, int m_value)static EnumeratorEnumeratorImpl. create(Sql context, String ref_type_name, String ref_type_package, String m_name, int m_value)EnumeratorEnumeratorSetImpl. nullElement()EnumeratorEnumeratorImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)EnumeratorEnumeratorImpl. self()Methods in io.ciera.tool.sql.architecture.type.impl that return types with arguments of type Enumerator Modifier and Type Method Description List<Enumerator>EnumeratorSetImpl. elements()Methods in io.ciera.tool.sql.architecture.type.impl with parameters of type Enumerator Modifier and Type Method Description voidEnumeratedTypeImpl. addR415_declares_Enumerator(Enumerator inst)voidEnumeratedTypeImpl. removeR415_declares_Enumerator(Enumerator inst)Method parameters in io.ciera.tool.sql.architecture.type.impl with type arguments of type Enumerator Modifier and Type Method Description EnumeratorSetEnumeratorSetImpl. emptySet(Comparator<? super Enumerator> comp)Constructor parameters in io.ciera.tool.sql.architecture.type.impl with type arguments of type Enumerator Constructor Description EnumeratorSetImpl(Comparator<? super Enumerator> comp)
-