Uses of Interface
io.ciera.tool.sql.ooaofooa.message.ExecutablePropertyArgument
-
-
Uses of ExecutablePropertyArgument in io.ciera.tool
Methods in io.ciera.tool with parameters of type ExecutablePropertyArgument Modifier and Type Method Description voidSql. relate_R1013_ExecutablePropertyArgument_is_a_MessageArgument(ExecutablePropertyArgument form, MessageArgument part)voidSql. relate_R1023_ExecutablePropertyArgument_is_represented_by_PropertyParameter(ExecutablePropertyArgument form, PropertyParameter part)voidSqlSqlLoader. serialize_ExecutablePropertyArgument(ExecutablePropertyArgument executablepropertyargument_inst, PrintStream out)voidSql. unrelate_R1013_ExecutablePropertyArgument_is_a_MessageArgument(ExecutablePropertyArgument form, MessageArgument part)voidSql. unrelate_R1023_ExecutablePropertyArgument_is_represented_by_PropertyParameter(ExecutablePropertyArgument form, PropertyParameter part) -
Uses of ExecutablePropertyArgument in io.ciera.tool.sql.ooaofooa.component
Methods in io.ciera.tool.sql.ooaofooa.component with parameters of type ExecutablePropertyArgument Modifier and Type Method Description default voidPropertyParameter. addR1023_represents_ExecutablePropertyArgument(ExecutablePropertyArgument inst)default voidPropertyParameter. removeR1023_represents_ExecutablePropertyArgument(ExecutablePropertyArgument inst) -
Uses of ExecutablePropertyArgument in io.ciera.tool.sql.ooaofooa.component.impl
Methods in io.ciera.tool.sql.ooaofooa.component.impl with parameters of type ExecutablePropertyArgument Modifier and Type Method Description voidPropertyParameterImpl. addR1023_represents_ExecutablePropertyArgument(ExecutablePropertyArgument inst)voidPropertyParameterImpl. removeR1023_represents_ExecutablePropertyArgument(ExecutablePropertyArgument inst) -
Uses of ExecutablePropertyArgument in io.ciera.tool.sql.ooaofooa.message
Methods in io.ciera.tool.sql.ooaofooa.message that return ExecutablePropertyArgument Modifier and Type Method Description ExecutablePropertyArgumentMessageArgument. R1013_is_a_ExecutablePropertyArgument()Methods in io.ciera.tool.sql.ooaofooa.message with parameters of type ExecutablePropertyArgument Modifier and Type Method Description default voidMessageArgument. setR1013_is_a_ExecutablePropertyArgument(ExecutablePropertyArgument inst) -
Uses of ExecutablePropertyArgument in io.ciera.tool.sql.ooaofooa.message.impl
Classes in io.ciera.tool.sql.ooaofooa.message.impl that implement ExecutablePropertyArgument Modifier and Type Class Description classExecutablePropertyArgumentImplFields in io.ciera.tool.sql.ooaofooa.message.impl declared as ExecutablePropertyArgument Modifier and Type Field Description static ExecutablePropertyArgumentExecutablePropertyArgumentImpl. EMPTY_EXECUTABLEPROPERTYARGUMENTMethods in io.ciera.tool.sql.ooaofooa.message.impl that return ExecutablePropertyArgument Modifier and Type Method Description static ExecutablePropertyArgumentExecutablePropertyArgumentImpl. create(Sql context)static ExecutablePropertyArgumentExecutablePropertyArgumentImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Arg_ID, io.ciera.runtime.summit.types.UniqueId ref_PP_Id)ExecutablePropertyArgumentExecutablePropertyArgumentSetImpl. nullElement()ExecutablePropertyArgumentExecutablePropertyArgumentImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)ExecutablePropertyArgumentMessageArgumentImpl. R1013_is_a_ExecutablePropertyArgument()ExecutablePropertyArgumentExecutablePropertyArgumentImpl. self()Methods in io.ciera.tool.sql.ooaofooa.message.impl that return types with arguments of type ExecutablePropertyArgument Modifier and Type Method Description List<ExecutablePropertyArgument>ExecutablePropertyArgumentSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.message.impl with parameters of type ExecutablePropertyArgument Modifier and Type Method Description voidMessageArgumentImpl. setR1013_is_a_ExecutablePropertyArgument(ExecutablePropertyArgument inst)Method parameters in io.ciera.tool.sql.ooaofooa.message.impl with type arguments of type ExecutablePropertyArgument Modifier and Type Method Description ExecutablePropertyArgumentSetExecutablePropertyArgumentSetImpl. emptySet(Comparator<? super ExecutablePropertyArgument> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.message.impl with type arguments of type ExecutablePropertyArgument Constructor Description ExecutablePropertyArgumentSetImpl(Comparator<? super ExecutablePropertyArgument> comp)
-