com.atlassian.bamboo.user.gravatar
Enum GravatarDefaultImage

java.lang.Object
  extended by java.lang.Enum<GravatarDefaultImage>
      extended by com.atlassian.bamboo.user.gravatar.GravatarDefaultImage
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<GravatarDefaultImage>

public enum GravatarDefaultImage
extends java.lang.Enum<GravatarDefaultImage>


Enum Constant Summary
GRAVATAR_ICON
           
HTTP_404
           
IDENTICON
           
MM
           
MONSTERID
           
RETRO
           
WAVATAR
           
 
Method Summary
 java.lang.String getCode()
           
static GravatarDefaultImage valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GravatarDefaultImage[] 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

GRAVATAR_ICON

public static final GravatarDefaultImage GRAVATAR_ICON

IDENTICON

public static final GravatarDefaultImage IDENTICON

MONSTERID

public static final GravatarDefaultImage MONSTERID

WAVATAR

public static final GravatarDefaultImage WAVATAR

RETRO

public static final GravatarDefaultImage RETRO

MM

public static final GravatarDefaultImage MM

HTTP_404

public static final GravatarDefaultImage HTTP_404
Method Detail

values

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

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

valueOf

public static GravatarDefaultImage valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getCode

public java.lang.String getCode()


Copyright © 2012 Atlassian. All Rights Reserved.