public static enum PredicateEstimator.Source extends Enum<PredicateEstimator.Source>
Modifier and Type | Method and Description |
---|---|
static PredicateEstimator.Source |
getSource(String source) |
String |
getValue() |
static PredicateEstimator.Source |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PredicateEstimator.Source[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PredicateEstimator.Source NCS
public static final PredicateEstimator.Source CRM
public static final PredicateEstimator.Source MS
public static final PredicateEstimator.Source UK
public static final PredicateEstimator.Source US
public static final PredicateEstimator.Source EXP
public static PredicateEstimator.Source[] values()
for (PredicateEstimator.Source c : PredicateEstimator.Source.values()) System.out.println(c);
public static PredicateEstimator.Source 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 getValue()
public static PredicateEstimator.Source getSource(String source)
Copyright © 2016. All rights reserved.