protected static enum ECLinkStore.LinkDiscoveryMode extends Enum<ECLinkStore.LinkDiscoveryMode>
| Enum Constant and Description |
|---|
PERMISSIVE
Permissive mode - all newly discovered links are valid.
|
STRICT
Strict mode - all newly discovered links must be defined in
the network config.
|
| Modifier and Type | Method and Description |
|---|---|
static ECLinkStore.LinkDiscoveryMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECLinkStore.LinkDiscoveryMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ECLinkStore.LinkDiscoveryMode PERMISSIVE
public static final ECLinkStore.LinkDiscoveryMode STRICT
public static ECLinkStore.LinkDiscoveryMode[] values()
for (ECLinkStore.LinkDiscoveryMode c : ECLinkStore.LinkDiscoveryMode.values()) System.out.println(c);
public static ECLinkStore.LinkDiscoveryMode 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 © 2016. All rights reserved.