Class UcaFunctionNode

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.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:
    Serialized Form
    • Field Detail

      • classId

        public static final int classId
    • Constructor Detail

      • UcaFunctionNode

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

        public UcaFunctionNode​(ExpressionNode arg,
                               java.lang.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,
                               java.lang.String locale,
                               java.lang.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.