public static enum ResourceAnalyser.WeightingMethod extends Enum<ResourceAnalyser.WeightingMethod>
| Enum Constant and Description |
|---|
CONTENT |
CONTENT_AND_TIME |
CONTENT_AND_TIME_EXP |
TIME |
TIME_EXP |
UNFOCUSED |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTimeSensitive() |
static ResourceAnalyser.WeightingMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceAnalyser.WeightingMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceAnalyser.WeightingMethod CONTENT
public static final ResourceAnalyser.WeightingMethod TIME
public static final ResourceAnalyser.WeightingMethod TIME_EXP
public static final ResourceAnalyser.WeightingMethod CONTENT_AND_TIME
public static final ResourceAnalyser.WeightingMethod CONTENT_AND_TIME_EXP
public static final ResourceAnalyser.WeightingMethod UNFOCUSED
public static ResourceAnalyser.WeightingMethod[] values()
for (ResourceAnalyser.WeightingMethod c : ResourceAnalyser.WeightingMethod.values()) System.out.println(c);
public static ResourceAnalyser.WeightingMethod 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 isTimeSensitive()
Copyright © 2017. All rights reserved.