public enum VertexType extends java.lang.Enum<VertexType>
Enum Constant and Description |
---|
ASSEMBLY_COMPONENT |
ASSEMBLY_OPERATION |
COMPONENT_TYPE |
DEPLOYED_COMPONENT |
DEPLOYED_OPERATION |
DEPLOYMENT_CONTEXT |
ENTRY |
OPERATION_TYPE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static VertexType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VertexType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VertexType ENTRY
public static final VertexType COMPONENT_TYPE
public static final VertexType OPERATION_TYPE
public static final VertexType ASSEMBLY_COMPONENT
public static final VertexType ASSEMBLY_OPERATION
public static final VertexType DEPLOYMENT_CONTEXT
public static final VertexType DEPLOYED_COMPONENT
public static final VertexType DEPLOYED_OPERATION
public static VertexType[] values()
for (VertexType c : VertexType.values()) System.out.println(c);
public static VertexType 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<VertexType>
Copyright 2020 Kieker Project, http://kieker-monitoring.net