public static enum Rule.Category extends java.lang.Enum<Rule.Category>
Enum Constant and Description |
---|
documentationRule
Documentation rule.
|
formatting
Formatting rule.
|
legacyTool
Remaining thing from a legacy UML tool that should be cleaned up.
|
modellingRule
Modelling rule.
|
namingRule
Naming rule.
|
permissiveTool
Construct that the current UML tool allows, but should be invalid UML.
|
Modifier and Type | Method and Description |
---|---|
static Rule.Category |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Rule.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Rule.Category legacyTool
public static final Rule.Category permissiveTool
public static final Rule.Category namingRule
public static final Rule.Category modellingRule
public static final Rule.Category documentationRule
public static final Rule.Category formatting
public static Rule.Category[] values()
for (Rule.Category c : Rule.Category.values()) System.out.println(c);
public static Rule.Category valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright 2009-2015 Tatjana (Tanja) Kostic