Class JDFAutoEnumerationEvaluation

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo

    public abstract class JDFAutoEnumerationEvaluation
    extends JDFResource
    class JDFAutoEnumerationEvaluation : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoEnumerationEvaluation

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

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

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

      • setValueList

        public void setValueList​(VString value)
        (36) set attribute ValueList
        Parameters:
        value - the value to set the attribute to
      • getValueList

        public VString getValueList()
        (21) get VString attribute ValueList
        Returns:
        VString the value of the attribute
      • getBasicPreflightTest

        public JDFBasicPreflightTest getBasicPreflightTest()
        (24) const get element BasicPreflightTest
        Returns:
        JDFBasicPreflightTest the element
      • getCreateBasicPreflightTest

        public JDFBasicPreflightTest getCreateBasicPreflightTest()
        (25) getCreateBasicPreflightTest
        Returns:
        JDFBasicPreflightTest the element
      • getCreateBasicPreflightTest

        public JDFBasicPreflightTest getCreateBasicPreflightTest​(int iSkip)
        (26) getCreateBasicPreflightTest
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFBasicPreflightTest the element
      • getBasicPreflightTest

        public JDFBasicPreflightTest getBasicPreflightTest​(int iSkip)
        (27) const get element BasicPreflightTest
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFBasicPreflightTest the element default is getBasicPreflightTest(0)
      • getAllBasicPreflightTest

        public java.util.Collection<JDFBasicPreflightTest> getAllBasicPreflightTest()
        Get all BasicPreflightTest from the current element
        Returns:
        Collection, null if none are available
      • appendBasicPreflightTest

        public JDFBasicPreflightTest appendBasicPreflightTest()
        (30) append element BasicPreflightTest
        Returns:
        JDFBasicPreflightTest the element