|
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<Dimensions>
org.carrot2.source.boss.Dimensions
public enum Dimensions
Preferred image size for BossImageSearchService.dimensions.
| Enum Constant Summary | |
|---|---|
ALL
|
|
LARGE
|
|
MEDIUM
|
|
SMALL
|
|
WALLPAPER
|
|
WIDE_WALLPAPER
|
|
| Method Summary | |
|---|---|
String |
toString()
|
static Dimensions |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Dimensions[] |
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 Dimensions ALL
public static final Dimensions SMALL
public static final Dimensions MEDIUM
public static final Dimensions LARGE
public static final Dimensions WALLPAPER
public static final Dimensions WIDE_WALLPAPER
| Method Detail |
|---|
public static final Dimensions[] values()
for(Dimensions c : Dimensions.values())
System.out.println(c);
public static Dimensions 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<Dimensions>
|
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 | ||||||||