Package | Description |
---|---|
com.dna.jopt.framework.codedefinition | |
com.dna.jopt.framework.stream.info | |
com.dna.jopt.framework.stream.info.autofilter |
Modifier and Type | Method and Description |
---|---|
StatusCode |
StatusEvent.getCode() |
static StatusCode |
StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusCode[] |
StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
StatusEvent(StatusCode code,
String description) |
Modifier and Type | Method and Description |
---|---|
void |
IStatusStreamer.stream(StatusCode statusCode,
String description) |
void |
StatusStreamer.stream(StatusCode statusCode,
String description) |
Modifier and Type | Method and Description |
---|---|
StatusCode |
NodeFilteringEvent.getCode() |
Modifier and Type | Method and Description |
---|---|
void |
IAutoFilterStreamer.stream(StatusCode statusCode,
List<INodeFilterReason> filterReasons) |
void |
AutoFilterStreamer.stream(StatusCode statusCode,
List<INodeFilterReason> filterReasons) |
Constructor and Description |
---|
NodeFilteringEvent(StatusCode statusCode,
List<INodeFilterReason> filterReasons) |
Copyright © 2017–2023 DNA Evolutions GmbH. All rights reserved.