Uses of Interface
io.ciera.tool.sql.ooaofooa.value.LiteralString
-
Packages that use LiteralString Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.value io.ciera.tool.sql.ooaofooa.value.impl -
-
Uses of LiteralString in io.ciera.tool
Methods in io.ciera.tool with parameters of type LiteralString Modifier and Type Method Description voidSql. relate_R801_LiteralString_is_a_Value(LiteralString form, Value part)voidSqlSqlLoader. serialize_801(LiteralString literalstring_inst, PrintStream out)voidSqlSqlLoader. serialize_LiteralString(LiteralString literalstring_inst, PrintStream out)voidSql. unrelate_R801_LiteralString_is_a_Value(LiteralString form, Value part) -
Uses of LiteralString in io.ciera.tool.sql.ooaofooa.value
Methods in io.ciera.tool.sql.ooaofooa.value that return LiteralString Modifier and Type Method Description LiteralStringValue. R801_is_a_LiteralString()Methods in io.ciera.tool.sql.ooaofooa.value with parameters of type LiteralString Modifier and Type Method Description default voidValue. setR801_is_a_LiteralString(LiteralString inst) -
Uses of LiteralString in io.ciera.tool.sql.ooaofooa.value.impl
Classes in io.ciera.tool.sql.ooaofooa.value.impl that implement LiteralString Modifier and Type Class Description classLiteralStringImplFields in io.ciera.tool.sql.ooaofooa.value.impl declared as LiteralString Modifier and Type Field Description static LiteralStringLiteralStringImpl. EMPTY_LITERALSTRINGMethods in io.ciera.tool.sql.ooaofooa.value.impl that return LiteralString Modifier and Type Method Description static LiteralStringLiteralStringImpl. create(Sql context)static LiteralStringLiteralStringImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Value_ID, String m_Value)static LiteralStringLiteralStringImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId ref_Value_ID, String m_Value)LiteralStringLiteralStringSetImpl. nullElement()LiteralStringLiteralStringImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)LiteralStringValueImpl. R801_is_a_LiteralString()LiteralStringLiteralStringImpl. self()Methods in io.ciera.tool.sql.ooaofooa.value.impl that return types with arguments of type LiteralString Modifier and Type Method Description List<LiteralString>LiteralStringSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.value.impl with parameters of type LiteralString Modifier and Type Method Description voidValueImpl. setR801_is_a_LiteralString(LiteralString inst)Method parameters in io.ciera.tool.sql.ooaofooa.value.impl with type arguments of type LiteralString Modifier and Type Method Description LiteralStringSetLiteralStringSetImpl. emptySet(Comparator<? super LiteralString> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.value.impl with type arguments of type LiteralString Constructor Description LiteralStringSetImpl(Comparator<? super LiteralString> comp)
-