public enum KeyForType extends java.lang.Enum<KeyForType>
Java class for key.for.type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="key.for.type"> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="all"/> <enumeration value="graphml"/> <enumeration value="graph"/> <enumeration value="node"/> <enumeration value="edge"/> <enumeration value="hyperedge"/> <enumeration value="port"/> <enumeration value="endpoint"/> </restriction> </simpleType>
Enum Constant and Description |
---|
ALL |
EDGE |
ENDPOINT |
GRAPH |
GRAPHML |
HYPEREDGE |
NODE |
PORT |
Modifier and Type | Method and Description |
---|---|
static KeyForType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static KeyForType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeyForType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyForType ALL
public static final KeyForType GRAPHML
public static final KeyForType GRAPH
public static final KeyForType NODE
public static final KeyForType EDGE
public static final KeyForType HYPEREDGE
public static final KeyForType PORT
public static final KeyForType ENDPOINT
public static KeyForType[] values()
for (KeyForType c : KeyForType.values()) System.out.println(c);
public static KeyForType 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 value()
public static KeyForType fromValue(java.lang.String v)
Copyright 2020 Kieker Project, http://kieker-monitoring.net