public enum SourceToolVersion extends Enum<SourceToolVersion>
Options.OPTION_SOURCE_TOOL_VERSION
Enum Constant and Description |
---|
DOORS_9_4
States the ReqIF file was produced by IBM Rational DOORS 9.4
|
DOORS_9_5
States the ReqIF file was produced by IBM Rational DOORS 9.5
|
Modifier and Type | Method and Description |
---|---|
static SourceToolVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceToolVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SourceToolVersion DOORS_9_4
public static final SourceToolVersion DOORS_9_5
public static SourceToolVersion[] values()
for (SourceToolVersion c : SourceToolVersion.values()) System.out.println(c);
public static SourceToolVersion valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null