public static enum ServiceData.Flow extends Enum<ServiceData.Flow>
| Enum Constant and Description |
|---|
BI_DIRECTIONAL |
INBOUND |
OUTBOUND |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
getFlowName() |
static ServiceData.Flow |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceData.Flow[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceData.Flow INBOUND
public static final ServiceData.Flow OUTBOUND
public static final ServiceData.Flow BI_DIRECTIONAL
public static final ServiceData.Flow UNKNOWN
public static ServiceData.Flow[] values()
for (ServiceData.Flow c : ServiceData.Flow.values()) System.out.println(c);
public static ServiceData.Flow 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 getFlowName()
Copyright © 2017–2025 OWASP Foundation. All rights reserved.