Uses of Class
types.SortType
-
Packages that use SortType Package Description io.ciera.tool.sql.architecture.expression io.ciera.tool.sql.architecture.expression.impl types -
-
Uses of SortType in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return SortType Modifier and Type Method Description SortTypeWhere. getSorted()Methods in io.ciera.tool.sql.architecture.expression with parameters of type SortType Modifier and Type Method Description voidWhere. setSorted(SortType m_sorted)voidWhereSet. setSorted(SortType m_sorted) -
Uses of SortType in io.ciera.tool.sql.architecture.expression.impl
Methods in io.ciera.tool.sql.architecture.expression.impl that return SortType Modifier and Type Method Description SortTypeWhereImpl. getSorted()Methods in io.ciera.tool.sql.architecture.expression.impl with parameters of type SortType Modifier and Type Method Description static WhereWhereImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_parent_name, String ref_parent_package, String ref_body_name, String ref_block_number, String ref_statement_number, String ref_expression_number, String ref_base_expression_number, String ref_where_expression_number, String m_multiplicity, SortType m_sorted, String m_cast, String ref_attr_name, String ref_attr_class_package, String ref_attr_class_name)voidWhereImpl. setSorted(SortType m_sorted)voidWhereSetImpl. setSorted(SortType m_sorted) -
Uses of SortType in types
Methods in types that return SortType Modifier and Type Method Description static SortTypeSortType. deserialize(Object o)static SortTypeSortType. valueOf(int value)Returns the enum constant of this type with the specified name.static SortTypeSortType. valueOf(String name)Returns the enum constant of this type with the specified name.static SortType[]SortType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-