Uses of Class
org.cip4.jdflib.node.JDFNode.EnumActivation

Packages that use JDFNode.EnumActivation
org.cip4.jdflib.node   
 

Uses of JDFNode.EnumActivation in org.cip4.jdflib.node
 

Fields in org.cip4.jdflib.node declared as JDFNode.EnumActivation
static JDFNode.EnumActivation JDFNode.Activation_Active
          Deprecated. use EnumActivation.Active
static JDFNode.EnumActivation JDFNode.Activation_Held
          Deprecated. use EnumActivation.Held
static JDFNode.EnumActivation JDFNode.Activation_Inactive
          Deprecated. use EnumActivation.Inactive
static JDFNode.EnumActivation JDFNode.Activation_Informative
          Deprecated. use EnumActivation.EnumActivation.Informative
static JDFNode.EnumActivation JDFNode.Activation_TestRun
          Deprecated. use EnumActivation.TestRun
static JDFNode.EnumActivation JDFNode.Activation_TestRunAndGo
          Deprecated. use EnumActivation.TestRunAndGo
static JDFNode.EnumActivation JDFNode.EnumActivation.Active
           
static JDFNode.EnumActivation JDFNode.EnumActivation.Held
           
static JDFNode.EnumActivation JDFNode.EnumActivation.Inactive
           
static JDFNode.EnumActivation JDFNode.EnumActivation.Informative
           
static JDFNode.EnumActivation JDFNode.EnumActivation.TestRun
           
static JDFNode.EnumActivation JDFNode.EnumActivation.TestRunAndGo
           
static JDFNode.EnumActivation JDFNode.EnumActivation.Unknown
           
 

Methods in org.cip4.jdflib.node that return JDFNode.EnumActivation
 JDFNode.EnumActivation JDFNode.getActivation()
          Deprecated. 060406 use getActivation(false)
 JDFNode.EnumActivation JDFNode.getActivation(boolean bWalkThroughAncestors)
          get attribute Activation; defaults to Active
static JDFNode.EnumActivation JDFNode.EnumActivation.getEnum(int enumValue)
           
static JDFNode.EnumActivation JDFNode.EnumActivation.getEnum(String enumName)
           
 

Methods in org.cip4.jdflib.node with parameters of type JDFNode.EnumActivation
 boolean JDFNode.fitsActivation(JDFNode.EnumActivation active, boolean bWalkThroughAncestors)
          the activation state of this node
 VElement JDFNode.getvJDFNode(String task, JDFNode.EnumActivation active, boolean bDirect)
          Get a vector of all JDF children with type nodeType
static boolean JDFNode.EnumActivation.isActive(JDFNode.EnumActivation a)
          return true if a allows us to actively process now
 void JDFNode.setActivation(JDFNode.EnumActivation bActive)
          Set attribute Activation
 



Copyright © 2013. All Rights Reserved.