Groovy Documentation

org.jdesktop.swingx.ws.yahoo.search.imagesearch
[Java] Enum Coloration

java.lang.Object
  java.lang.Enum
      org.jdesktop.swingx.ws.yahoo.search.imagesearch.Coloration

public enum Coloration
extends Enum

Coloration code

Authors:
rbair


Enum Constant Summary
ANY

BLACK_WHITE

COLOR

 
Field Summary
private String code

Coloration code

 
Method Summary
def Coloration(String code)

String getCode()

Coloration valueOf(String name)

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

Coloration[] 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

ANY

Coloration ANY


BLACK_WHITE

Coloration BLACK_WHITE


COLOR

Coloration COLOR


 
Field Detail

code

private String code
Coloration code
Authors:
rbair


 
Method Detail

Coloration

def Coloration(String code)


getCode

public String getCode()


valueOf

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


values

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


 

Groovy Documentation