|
Carrot2 v3.3.0
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<FilterConst>
org.carrot2.source.boss.FilterConst
public enum FilterConst
Content filtering constants for BossWebSearchService.filter.
| Enum Constant Summary | |
|---|---|
HATE
|
|
PORN
|
|
| Method Summary | |
|---|---|
String |
toString()
|
static FilterConst |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FilterConst[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FilterConst PORN
public static final FilterConst HATE
| Method Detail |
|---|
public static final FilterConst[] values()
for(FilterConst c : FilterConst.values())
System.out.println(c);
public static FilterConst valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic String toString()
toString in class Enum<FilterConst>
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||