com.citygrid.ads.tracker
Enum CGAdsTrackerActionTarget

java.lang.Object
  extended by java.lang.Enum<CGAdsTrackerActionTarget>
      extended by com.citygrid.ads.tracker.CGAdsTrackerActionTarget
All Implemented Interfaces:
Serializable, Comparable<CGAdsTrackerActionTarget>

public enum CGAdsTrackerActionTarget
extends Enum<CGAdsTrackerActionTarget>


Enum Constant Summary
ClickToCall
           
ListingBlog
           
ListingBookmark
           
ListingCorrection
           
ListingDrivingDirection
           
ListingForums
           
ListingMap
           
ListingMapPrint
           
ListingNewsletters
           
ListingPhoto
           
ListingProfile
           
ListingProfilePrint
           
ListingRequestOffer
           
ListingReview
           
ListingVote
           
ListingWebsite
           
Offer
           
OfferPrint
           
PartnerMenu
           
PartnerReservation
           
SendListingEmail
           
SendListingGps
           
SendListingPhone
           
Unknown
           
UploadListingPhoto
           
WriteReview
           
 
Field Summary
private  int code
           
private static Map<String,CGAdsTrackerActionTarget> stringToEnum
           
private  String value
           
 
Method Summary
static CGAdsTrackerActionTarget fromString(String value)
           
 int getCode()
           
 String getValue()
           
 String toString()
           
static CGAdsTrackerActionTarget valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CGAdsTrackerActionTarget[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Unknown

public static final CGAdsTrackerActionTarget Unknown

ListingProfile

public static final CGAdsTrackerActionTarget ListingProfile

ClickToCall

public static final CGAdsTrackerActionTarget ClickToCall

ListingProfilePrint

public static final CGAdsTrackerActionTarget ListingProfilePrint

ListingWebsite

public static final CGAdsTrackerActionTarget ListingWebsite

ListingReview

public static final CGAdsTrackerActionTarget ListingReview

WriteReview

public static final CGAdsTrackerActionTarget WriteReview

ListingMap

public static final CGAdsTrackerActionTarget ListingMap

ListingDrivingDirection

public static final CGAdsTrackerActionTarget ListingDrivingDirection

ListingMapPrint

public static final CGAdsTrackerActionTarget ListingMapPrint

SendListingEmail

public static final CGAdsTrackerActionTarget SendListingEmail

SendListingPhone

public static final CGAdsTrackerActionTarget SendListingPhone

SendListingGps

public static final CGAdsTrackerActionTarget SendListingGps

Offer

public static final CGAdsTrackerActionTarget Offer

OfferPrint

public static final CGAdsTrackerActionTarget OfferPrint

ListingRequestOffer

public static final CGAdsTrackerActionTarget ListingRequestOffer

PartnerMenu

public static final CGAdsTrackerActionTarget PartnerMenu

PartnerReservation

public static final CGAdsTrackerActionTarget PartnerReservation

ListingPhoto

public static final CGAdsTrackerActionTarget ListingPhoto

UploadListingPhoto

public static final CGAdsTrackerActionTarget UploadListingPhoto

ListingBlog

public static final CGAdsTrackerActionTarget ListingBlog

ListingForums

public static final CGAdsTrackerActionTarget ListingForums

ListingNewsletters

public static final CGAdsTrackerActionTarget ListingNewsletters

ListingVote

public static final CGAdsTrackerActionTarget ListingVote

ListingCorrection

public static final CGAdsTrackerActionTarget ListingCorrection

ListingBookmark

public static final CGAdsTrackerActionTarget ListingBookmark
Field Detail

code

private int code

value

private String value

stringToEnum

private static final Map<String,CGAdsTrackerActionTarget> stringToEnum
Method Detail

values

public static CGAdsTrackerActionTarget[] 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 (CGAdsTrackerActionTarget c : CGAdsTrackerActionTarget.values())
    System.out.println(c);

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

valueOf

public static CGAdsTrackerActionTarget 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()

getValue

public String getValue()

toString

public String toString()
Overrides:
toString in class Enum<CGAdsTrackerActionTarget>

fromString

public static CGAdsTrackerActionTarget fromString(String value)


Copyright © 2011. All Rights Reserved.