|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<CommandName>
org.pfsw.tools.cda.darc.CommandName
public enum CommandName
Specifies all commands that are currently supported by DARC.
| Enum Constant Summary | |
|---|---|
ANALYZE_CYCLES
Analyze the cyclic dependencies of the current element. |
|
ANALYZE_DEPENDANTS
Analyze the dependants of the current element. |
|
ANALYZE_DEPENDENCIES
Analyze the dependencies of the current element. |
|
CLOSE_WORKSET
Close the workset with the specified name. |
|
EXPORT_FILE
Export the current element and its dependency data to a file. |
|
GET_CURRENT
Retrieve the current selected element. |
|
GET_CURRENT_INFO
Retrieve the overview information of the current selected element. |
|
LOAD_WORKSET
Load the workset with the specified name. |
|
SELECT_CURRENT
Select a defined element to be the current element. |
|
| Method Summary | |
|---|---|
static CommandName |
fromString(java.lang.String valueName)
Returns the enum value with the given name. |
static CommandName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CommandName[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CommandName ANALYZE_DEPENDENCIES
public static final CommandName ANALYZE_DEPENDANTS
public static final CommandName ANALYZE_CYCLES
public static final CommandName LOAD_WORKSET
public static final CommandName CLOSE_WORKSET
public static final CommandName EXPORT_FILE
public static final CommandName GET_CURRENT
public static final CommandName GET_CURRENT_INFO
public static final CommandName SELECT_CURRENT
| Method Detail |
|---|
public static final CommandName[] values()
for(CommandName c : CommandName.values())
System.out.println(c);
public static CommandName 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 namepublic static CommandName fromString(java.lang.String valueName)
valueName - The name for which to return the corresponding enum value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||