protected static enum ECLinkStore.LinkDiscoveryMode extends java.lang.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(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null