Class JDFAutoShrinkingParams

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:
JDFShrinkingParams

public abstract class JDFAutoShrinkingParams extends JDFResource
class JDFAutoShrinkingParams : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoShrinkingParams

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFResource
      Returns:
    • init

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • getValidClass

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • setShrinkingMethod

      public void setShrinkingMethod(JDFAutoShrinkingParams.EShrinkingMethod enumVar)
      (5) set attribute ShrinkingMethod
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEShrinkingMethod

      public JDFAutoShrinkingParams.EShrinkingMethod getEShrinkingMethod()
      (9) get attribute ShrinkingMethod
      Returns:
      the value of the attribute
    • setShrinkingMethod

      @Deprecated public void setShrinkingMethod(JDFAutoShrinkingParams.EnumShrinkingMethod enumVar)
      Deprecated.
      use SetShrinkingMethod(EShrinkingMethod) based on java.lang.enum instead
      (5) set attribute ShrinkingMethod
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getShrinkingMethod

      Deprecated.
      use EShrinkingMethod GetEShrinkingMethod() based on java.lang.enum instead
      (9) get attribute ShrinkingMethod
      Returns:
      the value of the attribute
    • setDuration

      public void setDuration(JDFDuration value)
      (36) set attribute Duration
      Parameters:
      value - the value to set the attribute to
    • getDuration

      public JDFDuration getDuration()
      (20) get JDFDuration attribute Duration
      Returns:
      JDFDuration the value of the attribute, null if a the attribute value is not a valid to create a JDFDuration
    • setTemperature

      public void setTemperature(double value)
      (36) set attribute Temperature
      Parameters:
      value - the value to set the attribute to
    • getTemperature

      public double getTemperature()
      (17) get double attribute Temperature
      Returns:
      double the value of the attribute