Uses of Interface
io.ciera.tool.sql.ooaofooa.value.V_UNY
-
Packages that use V_UNY Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.value io.ciera.tool.sql.ooaofooa.value.impl -
-
Uses of V_UNY in io.ciera.tool
Methods in io.ciera.tool with parameters of type V_UNY Modifier and Type Method Description voidSql. relate_R801_V_UNY_is_a_Value(V_UNY form, Value part)voidSql. relate_R804_V_UNY_has_operand_Value(V_UNY form, Value part)voidSqlSqlLoader. serialize_801(V_UNY v_uny_inst, PrintStream out)voidSqlSqlLoader. serialize_804(V_UNY v_uny_inst, PrintStream out)voidSqlSqlLoader. serialize_V_UNY(V_UNY v_uny_inst, PrintStream out)voidSql. unrelate_R801_V_UNY_is_a_Value(V_UNY form, Value part)voidSql. unrelate_R804_V_UNY_has_operand_Value(V_UNY form, Value part) -
Uses of V_UNY in io.ciera.tool.sql.ooaofooa.value
Methods in io.ciera.tool.sql.ooaofooa.value that return V_UNY Modifier and Type Method Description V_UNYValue. R801_is_a_V_UNY()V_UNYValue. R804_is_operand_to_V_UNY()Methods in io.ciera.tool.sql.ooaofooa.value with parameters of type V_UNY Modifier and Type Method Description default voidValue. setR801_is_a_V_UNY(V_UNY inst)default voidValue. setR804_is_operand_to_V_UNY(V_UNY inst) -
Uses of V_UNY in io.ciera.tool.sql.ooaofooa.value.impl
Classes in io.ciera.tool.sql.ooaofooa.value.impl that implement V_UNY Modifier and Type Class Description classV_UNYImplFields in io.ciera.tool.sql.ooaofooa.value.impl declared as V_UNY Modifier and Type Field Description static V_UNYV_UNYImpl. EMPTY_V_UNYMethods in io.ciera.tool.sql.ooaofooa.value.impl that return V_UNY Modifier and Type Method Description static V_UNYV_UNYImpl. create(Sql context)static V_UNYV_UNYImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Value_ID, io.ciera.runtime.summit.types.UniqueId ref_Operand_Value_ID, String m_Operator)static V_UNYV_UNYImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId ref_Value_ID, io.ciera.runtime.summit.types.UniqueId ref_Operand_Value_ID, String m_Operator)V_UNYV_UNYSetImpl. nullElement()V_UNYV_UNYImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)V_UNYValueImpl. R801_is_a_V_UNY()V_UNYValueImpl. R804_is_operand_to_V_UNY()V_UNYV_UNYImpl. self()Methods in io.ciera.tool.sql.ooaofooa.value.impl that return types with arguments of type V_UNY Modifier and Type Method Description List<V_UNY>V_UNYSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.value.impl with parameters of type V_UNY Modifier and Type Method Description voidValueImpl. setR801_is_a_V_UNY(V_UNY inst)voidValueImpl. setR804_is_operand_to_V_UNY(V_UNY inst)Method parameters in io.ciera.tool.sql.ooaofooa.value.impl with type arguments of type V_UNY Modifier and Type Method Description V_UNYSetV_UNYSetImpl. emptySet(Comparator<? super V_UNY> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.value.impl with type arguments of type V_UNY Constructor Description V_UNYSetImpl(Comparator<? super V_UNY> comp)
-