Class AttributeNode

    • Field Detail

      • classId

        public static final int classId
    • Constructor Detail

      • AttributeNode

        public AttributeNode()
        Constructs an empty result node. NOTE: This instance is broken until non-optional member data is set.
      • AttributeNode

        public AttributeNode​(String attribute)
        Constructs an instance of this class with given attribute name.
        Parameters:
        attribute - The attribute to retrieve.
    • Method Detail

      • getAttributeName

        public String getAttributeName()
        Returns the name of the attribute whose value this function is to retrieve.
        Returns:
        The attribute name.
      • setAttributeName

        public AttributeNode setAttributeName​(String attribute)
        Sets the name of the attribute whose value this function is to retrieve.
        Parameters:
        attribute - The attribute to retrieve.
        Returns:
        This, to allow chaining.
      • onSerialize

        protected void onSerialize​(com.yahoo.vespa.objects.Serializer buf)
        Overrides:
        onSerialize in class FunctionNode
      • onDeserialize

        protected void onDeserialize​(com.yahoo.vespa.objects.Deserializer buf)
        Overrides:
        onDeserialize in class FunctionNode
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.yahoo.vespa.objects.Identifiable
      • visitMembers

        public void visitMembers​(com.yahoo.vespa.objects.ObjectVisitor visitor)
        Overrides:
        visitMembers in class FunctionNode