Class JDFResourceQuParams

    • Constructor Detail

      • JDFResourceQuParams

        public JDFResourceQuParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                   java.lang.String qualifiedName)
        Constructor for JDFResourceQuParams
        Parameters:
        myOwnerDocument -
        qualifiedName -
      • JDFResourceQuParams

        public JDFResourceQuParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                   java.lang.String myNamespaceURI,
                                   java.lang.String qualifiedName)
        Constructor for JDFResourceQuParams
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
      • JDFResourceQuParams

        public JDFResourceQuParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                   java.lang.String myNamespaceURI,
                                   java.lang.String qualifiedName,
                                   java.lang.String myLocalName)
        Constructor for JDFResourceQuParams
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • toString

        public java.lang.String toString()
        toString()
        Overrides:
        toString in class KElement
        Returns:
        String
        See Also:
        Object.toString()
      • setPartMapVector

        public void setPartMapVector​(VJDFAttributeMap vParts)
        set all parts to those defined by vParts
        Overrides:
        setPartMapVector in class JDFElement
        Parameters:
        vParts - vector of attribute maps for the parts
      • setPartMap

        public void setPartMap​(JDFAttributeMap mPart)
        set all parts to those defined by mPart
        Overrides:
        setPartMap in class JDFElement
        Parameters:
        mPart - attribute map for the part to set
      • removePartMap

        public void removePartMap​(JDFAttributeMap mPart)
        remove the part defined by mPart
        Overrides:
        removePartMap in class JDFElement
        Parameters:
        mPart - attribute map for the part to remove
      • hasPartMap

        public boolean hasPartMap​(JDFAttributeMap mPart)
        check whether the part defined in mPart is included
        Overrides:
        hasPartMap in class JDFElement
        Parameters:
        mPart - attribute map to look for
        Returns:
        boolean - returns true if the part exists
      • setLink

        public void setLink​(JDFResourceLink resourceLink)
        sets all relevant parameters of this to the values specified in resourceLink or its linked resource or JDF node
        Parameters:
        resourceLink - the resourceLink to extract the information from
      • setJDF

        public void setJDF​(JDFNode parentJDF)
        sets all relevant parameters of this to the values specified in the JDF node
        Parameters:
        parentJDF -
      • setProcessUsage

        public void setProcessUsage​(JDFNode.EnumProcessUsage processUsage)
        set ProcessUsage to the enum processusage
        Parameters:
        processUsage -
      • setResourceName

        public void setResourceName​(java.lang.String value)
        legacy for single nmtoken (pre 1.4) (36) set attribute ResourceName
        Parameters:
        value - the value to set the attribute to
      • appendResourceName

        public void appendResourceName​(java.lang.String value)
        add token to ResourceName
        Parameters:
        value - the value to add to the attribute