Class Group.GroupId

  • Enclosing class:
    Group

    public static class Group.GroupId
    extends Object
    Defines a group ID
    • Constructor Detail

      • GroupId

        protected GroupId()
      • GroupId

        protected GroupId​(Expression value)
    • Method Detail

      • field

        public Group.GroupId field​(String name,
                                   Expression expression)
        Adds a named field to the group with an expression giving the value.
        Parameters:
        name - the name of the field
        expression - the expression giving the value
        Returns:
        this
      • getDocument

        public DocumentExpression getDocument()
        Returns:
        the document
        Developer note.
        This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
      • getField

        public Expression getField()
        Returns:
        the field
        Developer note.
        This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.