Class JDFAutoFeatureAttribute

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoFeatureAttribute
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFFeatureAttribute

public abstract class JDFAutoFeatureAttribute extends JDFElement
class JDFAutoFeatureAttribute : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoFeatureAttribute

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • setCurrentValue

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

      public 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
    • setUserDisplay

      public void setUserDisplay(JDFAutoFeatureAttribute.EUserDisplay enumVar)
      (5) set attribute UserDisplay
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEUserDisplay

      public JDFAutoFeatureAttribute.EUserDisplay getEUserDisplay()
      (9) get attribute UserDisplay
      Returns:
      the value of the attribute
    • setUserDisplay

      @Deprecated public void setUserDisplay(JDFAutoFeatureAttribute.EnumUserDisplay enumVar)
      Deprecated.
      use SetUserDisplay(EUserDisplay) based on java.lang.enum instead
      (5) set attribute UserDisplay
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getUserDisplay

      Deprecated.
      use EUserDisplay GetEUserDisplay() based on java.lang.enum instead
      (9) get attribute UserDisplay
      Returns:
      the value of the attribute