Class JDFAutoIcon

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
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFIcon

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

    • JDFAutoIcon

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

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

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

    • getTheAttributeInfo

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

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • setSize

      public void setSize(JDFXYPair value)
      (36) set attribute Size
      Parameters:
      value - the value to set the attribute to
    • getSize

      public JDFXYPair getSize()
      (20) get JDFXYPair attribute Size
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setBitDepth

      public void setBitDepth(int value)
      (36) set attribute BitDepth
      Parameters:
      value - the value to set the attribute to
    • getBitDepth

      public int getBitDepth()
      (15) get int attribute BitDepth
      Returns:
      int the value of the attribute
    • setEIconUsage

      public void setEIconUsage(List<JDFAutoIcon.EIconUsage> v)
      (5.2) set attribute IconUsage
      Parameters:
      v - List of the enumeration values
    • getEnumsIconUsage

      public List<JDFAutoIcon.EIconUsage> getEnumsIconUsage()
      (9.2) get IconUsage attribute IconUsage
      Returns:
      Vector of the enumerations
    • setIconUsage

      @Deprecated public void setIconUsage(List<JDFAutoIcon.EnumIconUsage> v)
      Deprecated.
      use SetEIconUsage(List) based on java.lang.enum instead
      (5.2) set attribute IconUsage
      Parameters:
      v - List of the enumeration values
    • getIconUsage

      Deprecated.
      use List GetEIconUsage() based on java.lang.enum instead
      (9.2) get IconUsage attribute IconUsage
      Returns:
      Vector of the enumerations
    • getFileSpec

      public JDFFileSpec getFileSpec()
      (24) const get element FileSpec
      Returns:
      JDFFileSpec the element
    • getCreateFileSpec

      public JDFFileSpec getCreateFileSpec()
      (25) getCreateFileSpec
      Returns:
      JDFFileSpec the element
    • appendFileSpec

      public JDFFileSpec appendFileSpec()
      (29) append element FileSpec
      Returns:
      JDFFileSpec the element