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

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DFlow.java63 public enum Kind { enum in class:Flow
111 private final Kind kind;
122 * @throws IllegalArgumentException if there is no {@code Flow.Kind}
125 * @throws NullPointerException if the given {@code Flow.Kind} name
131 kind = Enum.valueOf(Kind.class, flowKindName);
145 public Kind
H A DDrop.java78 public enum Kind { enum in class:Drop
105 Kind(String displayString) method in class:Drop.Kind
125 private final Kind kind;
144 * @throws IllegalArgumentException if there is no {@code Drop.Kind}
147 * @throws NullPointerException if the given {@code Drop.Kind} name
155 kind = Enum.valueOf(Kind.class, dropKindName);
194 public Kind

Completed in 59 milliseconds