Class JDFAutoPreflightConstraint

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

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

    • JDFAutoPreflightConstraint

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

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

      protected JDFAutoPreflightConstraint(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoPreflightConstraint
      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
    • setAttemptFixupErrors

      public void setAttemptFixupErrors(boolean value)
      (36) set attribute AttemptFixupErrors
      Parameters:
      value - the value to set the attribute to
    • getAttemptFixupErrors

      public boolean getAttemptFixupErrors()
      (18) get boolean attribute AttemptFixupErrors
      Returns:
      boolean the value of the attribute
    • setAttemptFixupWarnings

      public void setAttemptFixupWarnings(boolean value)
      (36) set attribute AttemptFixupWarnings
      Parameters:
      value - the value to set the attribute to
    • getAttemptFixupWarnings

      public boolean getAttemptFixupWarnings()
      (18) get boolean attribute AttemptFixupWarnings
      Returns:
      boolean the value of the attribute
    • setConstraint

      public void setConstraint(String value)
      (36) set attribute Constraint
      Parameters:
      value - the value to set the attribute to
    • getConstraint

      public String getConstraint()
      (23) get String attribute Constraint
      Returns:
      the value of the attribute
    • getConstraintValue

      public JDFElement getConstraintValue()
      (24) const get element ConstraintValue
      Returns:
      JDFElement the element
    • getCreateConstraintValue

      public JDFElement getCreateConstraintValue()
      (25) getCreateConstraintValue
      Returns:
      JDFElement the element
    • getCreateConstraintValue

      public JDFElement getCreateConstraintValue(int iSkip)
      (26) getCreateConstraintValue
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFElement the element
    • getConstraintValue

      public JDFElement getConstraintValue(int iSkip)
      (27) const get element ConstraintValue
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFElement the element default is getConstraintValue(0)
    • getAllConstraintValue

      public Collection<JDFElement> getAllConstraintValue()
      Get all ConstraintValue from the current element
      Returns:
      Collection, null if none are available
    • appendConstraintValue

      public JDFElement appendConstraintValue()
      (30) append element ConstraintValue
      Returns:
      JDFElement the element