Groovy Documentation

org.jdesktop.swingx.ws.yahoo.search.videosearch
[Java] Enum FileFormat

java.lang.Object
  java.lang.Enum
      org.jdesktop.swingx.ws.yahoo.search.videosearch.FileFormat

public enum FileFormat
extends Enum

File format codes for Yahoo! video search service.

Authors:
rbair


Enum Constant Summary
AVI

FLASH

MPEG

MSMEDIA

QUICKTIME

REALMEDIA

 
Field Summary
private String code

File format codes for Yahoo!

 
Method Summary
def FileFormat(String code)

String getCode()

FileFormat valueOf(String name)

Returns the enum constant of this type with the specified name.

FileFormat[] values()

Returns an array containing the constants of this enum type, in the order they are declared.

 
Methods inherited from class Enum
name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Enum Constant Detail

AVI

FileFormat AVI


FLASH

FileFormat FLASH


MPEG

FileFormat MPEG


MSMEDIA

FileFormat MSMEDIA


QUICKTIME

FileFormat QUICKTIME


REALMEDIA

FileFormat REALMEDIA


 
Field Detail

code

private String code
File format codes for Yahoo! video search service.
Authors:
rbair


 
Method Detail

FileFormat

def FileFormat(String code)


getCode

public String getCode()


valueOf

FileFormat valueOf(String name)
Returns the enum constant of this type with the specified name.


values

FileFormat[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation