public static enum Hit.HitType extends java.lang.Enum<Hit.HitType>
Enum Constant and Description |
---|
AdTracking |
Animation |
Audio |
Email |
MvTesting |
PodCast |
ProduitImpression |
Publicite |
RSS |
Screen |
Touch |
Video |
Weborama |
Modifier and Type | Method and Description |
---|---|
static Hit.HitType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Hit.HitType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Hit.HitType Audio
public static final Hit.HitType Video
public static final Hit.HitType Animation
public static final Hit.HitType PodCast
public static final Hit.HitType RSS
public static final Hit.HitType Email
public static final Hit.HitType Publicite
public static final Hit.HitType Touch
public static final Hit.HitType AdTracking
public static final Hit.HitType ProduitImpression
public static final Hit.HitType Weborama
public static final Hit.HitType MvTesting
public static final Hit.HitType Screen
public static Hit.HitType[] values()
for (Hit.HitType c : Hit.HitType.values()) System.out.println(c);
public static Hit.HitType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null