Class JDFAutoDeviceCap

  • 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
    Direct Known Subclasses:
    JDFDeviceCap

    public abstract class JDFAutoDeviceCap
    extends JDFElement
    class JDFAutoDeviceCap : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoDeviceCap

        protected JDFAutoDeviceCap​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                   java.lang.String qualifiedName)
        Constructor for JDFAutoDeviceCap
        Parameters:
        myOwnerDocument -
        qualifiedName -
      • JDFAutoDeviceCap

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

        protected JDFAutoDeviceCap​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                   java.lang.String myNamespaceURI,
                                   java.lang.String qualifiedName,
                                   java.lang.String myLocalName)
        Constructor for JDFAutoDeviceCap
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • setCombinedMethod

        public void setCombinedMethod​(java.util.Vector<? extends org.apache.commons.lang.enums.ValuedEnum> v)
        (5.2) set attribute CombinedMethod
        Parameters:
        v - vector of the enumeration values
      • getCombinedMethod

        public java.util.Vector<? extends org.apache.commons.lang.enums.ValuedEnum> getCombinedMethod()
        (9.2) get CombinedMethod attribute CombinedMethod
        Returns:
        Vector of the enumerations
      • setExecutionPolicy

        public void setExecutionPolicy​(JDFAutoDeviceCap.EnumExecutionPolicy enumVar)
        (5) set attribute ExecutionPolicy
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setGenericAttributes

        public void setGenericAttributes​(VString value)
        (36) set attribute GenericAttributes
        Parameters:
        value - the value to set the attribute to
      • getGenericAttributes

        public VString getGenericAttributes()
        (21) get VString attribute GenericAttributes
        Returns:
        VString the value of the attribute
      • setLang

        public void setLang​(VString value)
        (36) set attribute Lang
        Parameters:
        value - the value to set the attribute to
      • getLang

        public VString getLang()
        (21) get VString attribute Lang
        Returns:
        VString the value of the attribute
      • setOptionalCombinedTypes

        public void setOptionalCombinedTypes​(VString value)
        (36) set attribute OptionalCombinedTypes
        Parameters:
        value - the value to set the attribute to
      • getOptionalCombinedTypes

        public VString getOptionalCombinedTypes()
        (21) get VString attribute OptionalCombinedTypes
        Returns:
        VString the value of the attribute
      • setType

        public void setType​(java.lang.String value)
        (36) set attribute Type
        Parameters:
        value - the value to set the attribute to
      • getType

        public java.lang.String getType()
        (23) get String attribute Type
        Returns:
        the value of the attribute
      • setTypeExpression

        public void setTypeExpression​(java.lang.String value)
        (36) set attribute TypeExpression
        Parameters:
        value - the value to set the attribute to
      • getTypeExpression

        public java.lang.String getTypeExpression()
        (23) get String attribute TypeExpression
        Returns:
        the value of the attribute
      • setTypeOrder

        public void setTypeOrder​(JDFAutoDeviceCap.EnumTypeOrder enumVar)
        (5) set attribute TypeOrder
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setTypes

        public void setTypes​(VString value)
        (36) set attribute Types
        Parameters:
        value - the value to set the attribute to
      • getTypes

        public VString getTypes()
        (21) get VString attribute Types
        Returns:
        VString the value of the attribute
      • getActionPool

        public JDFActionPool getActionPool()
        (24) const get element ActionPool
        Returns:
        JDFActionPool the element
      • getCreateActionPool

        public JDFActionPool getCreateActionPool()
        (25) getCreateActionPool
        Returns:
        JDFActionPool the element
      • appendActionPool

        public JDFActionPool appendActionPool()
        (29) append element ActionPool
        Returns:
        JDFActionPool the element @ if the element already exists
      • getDevCapPool

        public JDFDevCapPool getDevCapPool()
        (24) const get element DevCapPool
        Returns:
        JDFDevCapPool the element
      • getCreateDevCapPool

        public JDFDevCapPool getCreateDevCapPool()
        (25) getCreateDevCapPool
        Returns:
        JDFDevCapPool the element
      • appendDevCapPool

        public JDFDevCapPool appendDevCapPool()
        (29) append element DevCapPool
        Returns:
        JDFDevCapPool the element @ if the element already exists
      • getDevCaps

        public JDFDevCaps getDevCaps()
        (24) const get element DevCaps
        Returns:
        JDFDevCaps the element
      • getCreateDevCaps

        public JDFDevCaps getCreateDevCaps()
        (25) getCreateDevCaps
        Returns:
        JDFDevCaps the element
      • getCreateDevCaps

        public JDFDevCaps getCreateDevCaps​(int iSkip)
        (26) getCreateDevCaps
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFDevCaps the element
      • getDevCaps

        public JDFDevCaps getDevCaps​(int iSkip)
        (27) const get element DevCaps
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFDevCaps the element default is getDevCaps(0)
      • getAllDevCaps

        public java.util.Collection<JDFDevCaps> getAllDevCaps()
        Get all DevCaps from the current element
        Returns:
        Collection, null if none are available
      • appendDevCaps

        public JDFDevCaps appendDevCaps()
        (30) append element DevCaps
        Returns:
        JDFDevCaps the element
      • getDisplayGroupPool

        public JDFDisplayGroupPool getDisplayGroupPool()
        (24) const get element DisplayGroupPool
        Returns:
        JDFDisplayGroupPool the element
      • getCreateDisplayGroupPool

        public JDFDisplayGroupPool getCreateDisplayGroupPool()
        (25) getCreateDisplayGroupPool
        Returns:
        JDFDisplayGroupPool the element
      • appendDisplayGroupPool

        public JDFDisplayGroupPool appendDisplayGroupPool()
        (29) append element DisplayGroupPool
        Returns:
        JDFDisplayGroupPool the element @ if the element already exists
      • getFeaturePool

        public JDFFeaturePool getFeaturePool()
        (24) const get element FeaturePool
        Returns:
        JDFFeaturePool the element
      • getCreateFeaturePool

        public JDFFeaturePool getCreateFeaturePool()
        (25) getCreateFeaturePool
        Returns:
        JDFFeaturePool the element
      • appendFeaturePool

        public JDFFeaturePool appendFeaturePool()
        (29) append element FeaturePool
        Returns:
        JDFFeaturePool the element @ if the element already exists
      • getMacroPool

        public JDFMacroPool getMacroPool()
        (24) const get element MacroPool
        Returns:
        JDFMacroPool the element
      • getCreateMacroPool

        public JDFMacroPool getCreateMacroPool()
        (25) getCreateMacroPool
        Returns:
        JDFMacroPool the element
      • appendMacroPool

        public JDFMacroPool appendMacroPool()
        (29) append element MacroPool
        Returns:
        JDFMacroPool the element @ if the element already exists
      • getModulePool

        public JDFModulePool getModulePool()
        (24) const get element ModulePool
        Returns:
        JDFModulePool the element
      • getCreateModulePool

        public JDFModulePool getCreateModulePool()
        (25) getCreateModulePool
        Returns:
        JDFModulePool the element
      • appendModulePool

        public JDFModulePool appendModulePool()
        (29) append element ModulePool
        Returns:
        JDFModulePool the element @ if the element already exists
      • getPerformance

        public JDFPerformance getPerformance()
        (24) const get element Performance
        Returns:
        JDFPerformance the element
      • getCreatePerformance

        public JDFPerformance getCreatePerformance()
        (25) getCreatePerformance
        Returns:
        JDFPerformance the element
      • getCreatePerformance

        public JDFPerformance getCreatePerformance​(int iSkip)
        (26) getCreatePerformance
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPerformance the element
      • getPerformance

        public JDFPerformance getPerformance​(int iSkip)
        (27) const get element Performance
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPerformance the element default is getPerformance(0)
      • getAllPerformance

        public java.util.Collection<JDFPerformance> getAllPerformance()
        Get all Performance from the current element
        Returns:
        Collection, null if none are available
      • appendPerformance

        public JDFPerformance appendPerformance()
        (30) append element Performance
        Returns:
        JDFPerformance the element
      • getTestPool

        public JDFTestPool getTestPool()
        (24) const get element TestPool
        Returns:
        JDFTestPool the element
      • getCreateTestPool

        public JDFTestPool getCreateTestPool()
        (25) getCreateTestPool
        Returns:
        JDFTestPool the element
      • appendTestPool

        public JDFTestPool appendTestPool()
        (29) append element TestPool
        Returns:
        JDFTestPool the element @ if the element already exists