Uses of Interface
io.ciera.tool.sql.ooaofooa.value.LiteralInteger
-
Packages that use LiteralInteger Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.value io.ciera.tool.sql.ooaofooa.value.impl -
-
Uses of LiteralInteger in io.ciera.tool
Methods in io.ciera.tool with parameters of type LiteralInteger Modifier and Type Method Description voidSql. relate_R801_LiteralInteger_is_a_Value(LiteralInteger form, Value part)voidSqlSqlLoader. serialize_LiteralInteger(LiteralInteger literalinteger_inst, PrintStream out)voidSql. unrelate_R801_LiteralInteger_is_a_Value(LiteralInteger form, Value part) -
Uses of LiteralInteger in io.ciera.tool.sql.ooaofooa.value
Methods in io.ciera.tool.sql.ooaofooa.value that return LiteralInteger Modifier and Type Method Description LiteralIntegerValue. R801_is_a_LiteralInteger()Methods in io.ciera.tool.sql.ooaofooa.value with parameters of type LiteralInteger Modifier and Type Method Description default voidValue. setR801_is_a_LiteralInteger(LiteralInteger inst) -
Uses of LiteralInteger in io.ciera.tool.sql.ooaofooa.value.impl
Classes in io.ciera.tool.sql.ooaofooa.value.impl that implement LiteralInteger Modifier and Type Class Description classLiteralIntegerImplFields in io.ciera.tool.sql.ooaofooa.value.impl declared as LiteralInteger Modifier and Type Field Description static LiteralIntegerLiteralIntegerImpl. EMPTY_LITERALINTEGERMethods in io.ciera.tool.sql.ooaofooa.value.impl that return LiteralInteger Modifier and Type Method Description static LiteralIntegerLiteralIntegerImpl. create(Sql context)static LiteralIntegerLiteralIntegerImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Value_ID, String m_Value)LiteralIntegerLiteralIntegerSetImpl. nullElement()LiteralIntegerLiteralIntegerImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)LiteralIntegerValueImpl. R801_is_a_LiteralInteger()LiteralIntegerLiteralIntegerImpl. self()Methods in io.ciera.tool.sql.ooaofooa.value.impl that return types with arguments of type LiteralInteger Modifier and Type Method Description List<LiteralInteger>LiteralIntegerSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.value.impl with parameters of type LiteralInteger Modifier and Type Method Description voidValueImpl. setR801_is_a_LiteralInteger(LiteralInteger inst)Method parameters in io.ciera.tool.sql.ooaofooa.value.impl with type arguments of type LiteralInteger Modifier and Type Method Description LiteralIntegerSetLiteralIntegerSetImpl. emptySet(Comparator<? super LiteralInteger> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.value.impl with type arguments of type LiteralInteger Constructor Description LiteralIntegerSetImpl(Comparator<? super LiteralInteger> comp)
-