public static enum SequenceDiagramFilter.SDModes extends java.lang.Enum<SequenceDiagramFilter.SDModes>
Enum Constant and Description |
---|
ALLOCATION
The allocation mode for the sequence diagrams.
|
ASSEMBLY
The assembly mode for the sequence diagrams.
|
Modifier and Type | Method and Description |
---|---|
static SequenceDiagramFilter.SDModes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SequenceDiagramFilter.SDModes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SequenceDiagramFilter.SDModes ASSEMBLY
public static final SequenceDiagramFilter.SDModes ALLOCATION
public static SequenceDiagramFilter.SDModes[] values()
for (SequenceDiagramFilter.SDModes c : SequenceDiagramFilter.SDModes.values()) System.out.println(c);
public static SequenceDiagramFilter.SDModes 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 2017 Kieker Project, http://kieker-monitoring.net