Class UcaFunctionNode

All Implemented Interfaces:
Serializable, Cloneable

public class UcaFunctionNode extends UnaryFunctionNode
This function is a request to use the Unicode Collation Algorithm specification when sorting this field.
Author:
baldersheim
See Also:
  • Field Details

    • classId

      public static final int classId
  • Constructor Details

    • UcaFunctionNode

      public UcaFunctionNode()
      Constructs an empty result node.
    • UcaFunctionNode

      public UcaFunctionNode(ExpressionNode arg, String locale)
      Create an UCA node with a specific locale.
      Parameters:
      arg - The argument for this function.
      locale - The locale to use.
    • UcaFunctionNode

      public UcaFunctionNode(ExpressionNode arg, String locale, String strength)
      Create an UCA node with a specific locale and strength setting.
      Parameters:
      arg - The argument for this function.
      locale - The locale to use.
      strength - The strength setting to use.
  • Method Details