Class JDFSpanJacket

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class JDFSpanJacket extends JDFEnumerationSpan
See Also:
  • Constructor Details

    • JDFSpanJacket

      public JDFSpanJacket(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName) throws DOMException
      Constructor for JDFSpanJacket
      Parameters:
      ownerDocument -
      qualifiedName -
      Throws:
      DOMException
    • JDFSpanJacket

      public JDFSpanJacket(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName) throws DOMException
      Constructor for JDFSpanJacket
      Parameters:
      ownerDocument -
      namespaceURI -
      qualifiedName -
      Throws:
      DOMException
    • JDFSpanJacket

      public JDFSpanJacket(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName) throws DOMException
      Constructor for JDFSpanJacket
      Parameters:
      ownerDocument -
      namespaceURI -
      qualifiedName -
      localName -
      Throws:
      DOMException
  • Method Details

    • getEnumType

      public org.apache.commons.lang.enums.ValuedEnum getEnumType()
      AllowedValues - vector of allowed values for this EnumerationSpan
      Specified by:
      getEnumType in class JDFEnumerationSpan
      Returns:
      Vector - vector representation of the allowed values
    • toString

      public String toString()
      toString
      Overrides:
      toString in class JDFSpanBase
      Returns:
      String
      See Also: