public enum ProductDiscoveryMode extends Enum<ProductDiscoveryMode>
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsCe() |
boolean |
supportsEe() |
static ProductDiscoveryMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductDiscoveryMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductDiscoveryMode CE
public static final ProductDiscoveryMode EE
public static final ProductDiscoveryMode ALL
public static ProductDiscoveryMode[] values()
for (ProductDiscoveryMode c : ProductDiscoveryMode.values()) System.out.println(c);
public static ProductDiscoveryMode 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 boolean supportsCe()
public boolean supportsEe()
Copyright © 2019. All rights reserved.