Class JDFSpanGlue

  • 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 class JDFSpanGlue
    extends JDFEnumerationSpan
    defines the data type dependent parts of a ranged Span resource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFSpanGlue

        public JDFSpanGlue​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                           java.lang.String qualifiedName)
                    throws org.w3c.dom.DOMException
        Constructor for JDFSpanGlue
        Parameters:
        ownerDocument -
        qualifiedName -
        Throws:
        org.w3c.dom.DOMException
      • JDFSpanGlue

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

        public JDFSpanGlue​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                           java.lang.String myNamespaceURI,
                           java.lang.String qualifiedName,
                           java.lang.String myLocalName)
                    throws org.w3c.dom.DOMException
        Constructor for JDFSpanGlue
        Parameters:
        ownerDocument -
        namespaceURI -
        qualifiedName -
        localName -
        Throws:
        org.w3c.dom.DOMException
    • Method Detail

      • 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 java.lang.String toString()
        toString
        Overrides:
        toString in class JDFSpanBase
        Returns:
        String
        See Also:
        Object.toString()