Class JDFAutoFeatureAttribute

  • 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
    Direct Known Subclasses:
    JDFFeatureAttribute

    public abstract class JDFAutoFeatureAttribute
    extends JDFElement
    class JDFAutoFeatureAttribute : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoFeatureAttribute

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

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

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

      • setCurrentValue

        public void setCurrentValue​(java.lang.String value)
        (36) set attribute CurrentValue
        Parameters:
        value - the value to set the attribute to
      • getCurrentValue

        public java.lang.String getCurrentValue()
        (23) get String attribute CurrentValue
        Returns:
        the value of the attribute
      • setEditable

        public void setEditable​(boolean value)
        (36) set attribute Editable
        Parameters:
        value - the value to set the attribute to
      • getEditable

        public boolean getEditable()
        (18) get boolean attribute Editable
        Returns:
        boolean the value of the attribute