Uses of Interface
io.ciera.tool.sql.ooaofooa.value.LiteralReal
-
Packages that use LiteralReal Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.value io.ciera.tool.sql.ooaofooa.value.impl -
-
Uses of LiteralReal in io.ciera.tool
Methods in io.ciera.tool with parameters of type LiteralReal Modifier and Type Method Description voidSql. relate_R801_LiteralReal_is_a_Value(LiteralReal form, Value part)voidSqlSqlLoader. serialize_801(LiteralReal literalreal_inst, PrintStream out)voidSqlSqlLoader. serialize_LiteralReal(LiteralReal literalreal_inst, PrintStream out)voidSql. unrelate_R801_LiteralReal_is_a_Value(LiteralReal form, Value part) -
Uses of LiteralReal in io.ciera.tool.sql.ooaofooa.value
Methods in io.ciera.tool.sql.ooaofooa.value that return LiteralReal Modifier and Type Method Description LiteralRealValue. R801_is_a_LiteralReal()Methods in io.ciera.tool.sql.ooaofooa.value with parameters of type LiteralReal Modifier and Type Method Description default voidValue. setR801_is_a_LiteralReal(LiteralReal inst) -
Uses of LiteralReal in io.ciera.tool.sql.ooaofooa.value.impl
Classes in io.ciera.tool.sql.ooaofooa.value.impl that implement LiteralReal Modifier and Type Class Description classLiteralRealImplFields in io.ciera.tool.sql.ooaofooa.value.impl declared as LiteralReal Modifier and Type Field Description static LiteralRealLiteralRealImpl. EMPTY_LITERALREALMethods in io.ciera.tool.sql.ooaofooa.value.impl that return LiteralReal Modifier and Type Method Description static LiteralRealLiteralRealImpl. create(Sql context)static LiteralRealLiteralRealImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Value_ID, String m_Value)static LiteralRealLiteralRealImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId ref_Value_ID, String m_Value)LiteralRealLiteralRealSetImpl. nullElement()LiteralRealLiteralRealImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)LiteralRealValueImpl. R801_is_a_LiteralReal()LiteralRealLiteralRealImpl. self()Methods in io.ciera.tool.sql.ooaofooa.value.impl that return types with arguments of type LiteralReal Modifier and Type Method Description List<LiteralReal>LiteralRealSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.value.impl with parameters of type LiteralReal Modifier and Type Method Description voidValueImpl. setR801_is_a_LiteralReal(LiteralReal inst)Method parameters in io.ciera.tool.sql.ooaofooa.value.impl with type arguments of type LiteralReal Modifier and Type Method Description LiteralRealSetLiteralRealSetImpl. emptySet(Comparator<? super LiteralReal> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.value.impl with type arguments of type LiteralReal Constructor Description LiteralRealSetImpl(Comparator<? super LiteralReal> comp)
-