Uses of Enum Class
types.SortType
Packages that use SortType
Package
Description
-
Uses of SortType in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return SortTypeMethods in io.ciera.tool.sql.architecture.expression with parameters of type SortType -
Uses of SortType in io.ciera.tool.sql.architecture.expression.impl
Methods in io.ciera.tool.sql.architecture.expression.impl that return SortTypeMethods in io.ciera.tool.sql.architecture.expression.impl with parameters of type SortTypeModifier and TypeMethodDescriptionstatic 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) static WhereWhereImpl.create(Sql context, 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) voidvoid -
Uses of SortType in types
Modifier and TypeMethodDescriptionstatic SortTypeSortType.deserialize(Object o) static SortTypeSortType.valueOf(int value) Returns the enum constant of this class with the specified name.static SortTypeReturns the enum constant of this class with the specified name.static SortType[]SortType.values()Returns an array containing the constants of this enum class, in the order they are declared.