public static enum IExternalConnectionProvider.JSONConnectionSerializationMode extends Enum<IExternalConnectionProvider.JSONConnectionSerializationMode>
Enum Constant and Description |
---|
FULL
Full - Save all present connections
|
HYBRID_ROUTE_BASED
Hybrid route based - Save only used connections.
|
HYBRID_SEEN
Hybrid seen - Save only seen connections.
|
SKIP
The skip - Save no connections.
|
Modifier and Type | Method and Description |
---|---|
static IExternalConnectionProvider.JSONConnectionSerializationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IExternalConnectionProvider.JSONConnectionSerializationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IExternalConnectionProvider.JSONConnectionSerializationMode SKIP
public static final IExternalConnectionProvider.JSONConnectionSerializationMode HYBRID_ROUTE_BASED
public static final IExternalConnectionProvider.JSONConnectionSerializationMode HYBRID_SEEN
public static final IExternalConnectionProvider.JSONConnectionSerializationMode FULL
public static IExternalConnectionProvider.JSONConnectionSerializationMode[] values()
for (IExternalConnectionProvider.JSONConnectionSerializationMode c : IExternalConnectionProvider.JSONConnectionSerializationMode.values()) System.out.println(c);
public static IExternalConnectionProvider.JSONConnectionSerializationMode 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 nullCopyright © 2017–2023 DNA Evolutions GmbH. All rights reserved.