com.citygrid.content.places.detail
Enum CGPlacesDetailImageType

java.lang.Object
  extended by java.lang.Enum<CGPlacesDetailImageType>
      extended by com.citygrid.content.places.detail.CGPlacesDetailImageType
All Implemented Interfaces:
Serializable, Comparable<CGPlacesDetailImageType>

public enum CGPlacesDetailImageType
extends Enum<CGPlacesDetailImageType>


Enum Constant Summary
GENERIC_IMAGE
           
OWNER_PHOTO
           
UNKNOWN
           
WEBSITE_THUMBNAIL
           
 
Field Summary
private  int code
           
 
Method Summary
 int getCode()
           
static CGPlacesDetailImageType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CGPlacesDetailImageType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

UNKNOWN

public static final CGPlacesDetailImageType UNKNOWN

WEBSITE_THUMBNAIL

public static final CGPlacesDetailImageType WEBSITE_THUMBNAIL

GENERIC_IMAGE

public static final CGPlacesDetailImageType GENERIC_IMAGE

OWNER_PHOTO

public static final CGPlacesDetailImageType OWNER_PHOTO
Field Detail

code

private int code
Method Detail

values

public static CGPlacesDetailImageType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (CGPlacesDetailImageType c : CGPlacesDetailImageType.values())
    System.out.println(c);

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

valueOf

public static CGPlacesDetailImageType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getCode

public int getCode()


Copyright © 2011. All Rights Reserved.