Uses of Class
org.mockcentral.editor.nodes.problem.NodeProblemCategory

Packages that use NodeProblemCategory
org.mockcentral.editor.nodes.problem Contains classes, interfaces and enums used for managing problems associated with MockCentralNode instances. 
 

Uses of NodeProblemCategory in org.mockcentral.editor.nodes.problem
 

Methods in org.mockcentral.editor.nodes.problem that return NodeProblemCategory
 NodeProblemCategory NodeProblem.getCategory()
          Returns the NodeProblemCategory.
static NodeProblemCategory NodeProblemCategory.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NodeProblemCategory[] NodeProblemCategory.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mockcentral.editor.nodes.problem with parameters of type NodeProblemCategory
 void NodeProblem.setCategory(NodeProblemCategory category)
          Sets the NodeProblemCategory.