Uses of Interface
io.ciera.tool.sql.ooaofooa.value.LiteralBoolean
-
Packages that use LiteralBoolean Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.value io.ciera.tool.sql.ooaofooa.value.impl -
-
Uses of LiteralBoolean in io.ciera.tool
Methods in io.ciera.tool with parameters of type LiteralBoolean Modifier and Type Method Description voidSql. relate_R801_LiteralBoolean_is_a_Value(LiteralBoolean form, Value part)voidSqlSqlLoader. serialize_801(LiteralBoolean literalboolean_inst, PrintStream out)voidSqlSqlLoader. serialize_LiteralBoolean(LiteralBoolean literalboolean_inst, PrintStream out)voidSql. unrelate_R801_LiteralBoolean_is_a_Value(LiteralBoolean form, Value part) -
Uses of LiteralBoolean in io.ciera.tool.sql.ooaofooa.value
Methods in io.ciera.tool.sql.ooaofooa.value that return LiteralBoolean Modifier and Type Method Description LiteralBooleanValue. R801_is_a_LiteralBoolean()Methods in io.ciera.tool.sql.ooaofooa.value with parameters of type LiteralBoolean Modifier and Type Method Description default voidValue. setR801_is_a_LiteralBoolean(LiteralBoolean inst) -
Uses of LiteralBoolean in io.ciera.tool.sql.ooaofooa.value.impl
Classes in io.ciera.tool.sql.ooaofooa.value.impl that implement LiteralBoolean Modifier and Type Class Description classLiteralBooleanImplFields in io.ciera.tool.sql.ooaofooa.value.impl declared as LiteralBoolean Modifier and Type Field Description static LiteralBooleanLiteralBooleanImpl. EMPTY_LITERALBOOLEANMethods in io.ciera.tool.sql.ooaofooa.value.impl that return LiteralBoolean Modifier and Type Method Description static LiteralBooleanLiteralBooleanImpl. create(Sql context)static LiteralBooleanLiteralBooleanImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Value_ID, String m_Value)static LiteralBooleanLiteralBooleanImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId ref_Value_ID, String m_Value)LiteralBooleanLiteralBooleanSetImpl. nullElement()LiteralBooleanLiteralBooleanImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)LiteralBooleanValueImpl. R801_is_a_LiteralBoolean()LiteralBooleanLiteralBooleanImpl. self()Methods in io.ciera.tool.sql.ooaofooa.value.impl that return types with arguments of type LiteralBoolean Modifier and Type Method Description List<LiteralBoolean>LiteralBooleanSetImpl. elements()Methods in io.ciera.tool.sql.ooaofooa.value.impl with parameters of type LiteralBoolean Modifier and Type Method Description voidValueImpl. setR801_is_a_LiteralBoolean(LiteralBoolean inst)Method parameters in io.ciera.tool.sql.ooaofooa.value.impl with type arguments of type LiteralBoolean Modifier and Type Method Description LiteralBooleanSetLiteralBooleanSetImpl. emptySet(Comparator<? super LiteralBoolean> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.value.impl with type arguments of type LiteralBoolean Constructor Description LiteralBooleanSetImpl(Comparator<? super LiteralBoolean> comp)
-