protected static enum Topology.VertexType extends Enum<Topology.VertexType>
Enum Constant and Description |
---|
COMPUTATION |
STREAM |
Modifier and Type | Method and Description |
---|---|
static Topology.VertexType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Topology.VertexType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Topology.VertexType COMPUTATION
public static final Topology.VertexType STREAM
public static Topology.VertexType[] values()
for (Topology.VertexType c : Topology.VertexType.values()) System.out.println(c);
public static Topology.VertexType 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 nullCopyright © 2018 Nuxeo. All rights reserved.