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

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

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

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