Interface AttributeSupportBuilder<P extends DescrBuilder<?,​?>>

    • Method Detail

      • attribute

        AttributeDescrBuilder<P> attribute​(java.lang.String name)
        Adds a new attribute to the statement
        Parameters:
        name - the attribute name
        Returns:
        the AttributeDescrBuilder to set the attribute value
      • attribute

        P attribute​(java.lang.String name,
                    java.lang.String value)
        Adds a new attribute with the given name and value
        Parameters:
        name - the name of the attribute to be added
        value - the value of the attribute to be added
        Returns:
        the container builder
      • attribute

        P attribute​(java.lang.String name,
                    java.lang.String value,
                    AttributeDescr.Type type)
        Adds a new attribute with the given name and value
        Parameters:
        name - the name of the attribute to be added
        value - the value of the attribute to be added
        type - the type of the value of the attribute. See AttributeDescr.Type
        Returns:
        the container builder