|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AbstractEdgeSource.AddNodeStatus>
org.apache.maven.diagrams.connectors.classes.edge_source.AbstractEdgeSource.AddNodeStatus
protected static enum AbstractEdgeSource.AddNodeStatus
| Enum Constant Summary | |
|---|---|
ADD_NODE_AND_RESOLVE_TRANSITIVES
Add the node to graph and process its dependences |
|
ADD_NODE_DONT_RESOLVE_TRANSITIVES
Add the node to graph and don't process its dependences |
|
DONT_ADD_NODE
Don't add the node and don't work on its transitive dependencies |
|
| Method Summary | |
|---|---|
static AbstractEdgeSource.AddNodeStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AbstractEdgeSource.AddNodeStatus[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AbstractEdgeSource.AddNodeStatus ADD_NODE_AND_RESOLVE_TRANSITIVES
public static final AbstractEdgeSource.AddNodeStatus ADD_NODE_DONT_RESOLVE_TRANSITIVES
public static final AbstractEdgeSource.AddNodeStatus DONT_ADD_NODE
| Method Detail |
|---|
public static final AbstractEdgeSource.AddNodeStatus[] values()
for(AbstractEdgeSource.AddNodeStatus c : AbstractEdgeSource.AddNodeStatus.values())
System.out.println(c);
public static AbstractEdgeSource.AddNodeStatus 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 name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||