public static enum Tracepoint.PortKind extends Enum<Tracepoint.PortKind>
Enum Constant and Description |
---|
INPUT
Input port.
|
OUTPUT
Output port.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Tracepoint.PortKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tracepoint.PortKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tracepoint.PortKind INPUT
public static final Tracepoint.PortKind OUTPUT
public static Tracepoint.PortKind[] values()
for (Tracepoint.PortKind c : Tracepoint.PortKind.values()) System.out.println(c);
public static Tracepoint.PortKind 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 nullpublic String toString()
toString
in class Enum<Tracepoint.PortKind>
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.