Searched defs:flowKindName (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DFlow.java119 * @param flowKindName name of enumeration value indicating the
129 Flow(String flowKindName, int flowDepth) argument
131 kind = Enum.valueOf(Kind.class, flowKindName);

Completed in 16 milliseconds