|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccImageReferenceProp>
com.aol.acc.AccImageReferenceProp
public enum AccImageReferenceProp
The IAccImageReference interface is used to represent an
image reference. AccImageReferenceProp_Tags is
optional; all other properties are required.
| Enum Constant Summary | |
|---|---|
Height
Height, in pixels |
|
Tags
TV channel logo, TV show logo, webcam, etc.) |
|
UNKNOWNVALUE
|
|
Uri
URI |
|
Width
Width, in pixels |
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccImageReferenceProp |
intToEnum(int value)
|
AccImageReferenceProp |
or(AccImageReferenceProp val)
|
int |
value()
|
static AccImageReferenceProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccImageReferenceProp[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AccImageReferenceProp UNKNOWNVALUE
public static final AccImageReferenceProp Uri
public static final AccImageReferenceProp Height
public static final AccImageReferenceProp Width
public static final AccImageReferenceProp Tags
| Method Detail |
|---|
public static final AccImageReferenceProp[] values()
for(AccImageReferenceProp c : AccImageReferenceProp.values())
System.out.println(c);
public static AccImageReferenceProp valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic final int value()
value in interface AccEnumpublic final boolean equals(int i)
public final AccImageReferenceProp or(AccImageReferenceProp val)
public static AccImageReferenceProp intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||