public final enum

ApptimizeTestType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.apptimize.ApptimizeTestType

Class Overview

This enumerated type is used to indicate the kind of test that is described by an ApptimizeTestInfo object.

Summary

Enum Values
ApptimizeTestType  CODE_BLOCK  The test is a code block  
ApptimizeTestType  DYNAMIC_VARIABLES  The test is a dynamic variable  
ApptimizeTestType  FEATURE_FLAG  The test is a feature flag  
ApptimizeTestType  UNKNOWN  The test type has not been specified or is unknown  
ApptimizeTestType  VISUAL  The test is a visual experiment  
Public Methods
static ApptimizeTestType ParseName(String testType)
String getTypeName()
static ApptimizeTestType valueOf(String name)
final static ApptimizeTestType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ApptimizeTestType CODE_BLOCK

The test is a code block

public static final ApptimizeTestType DYNAMIC_VARIABLES

The test is a dynamic variable

public static final ApptimizeTestType FEATURE_FLAG

The test is a feature flag

public static final ApptimizeTestType UNKNOWN

The test type has not been specified or is unknown

public static final ApptimizeTestType VISUAL

The test is a visual experiment

Public Methods

public static ApptimizeTestType ParseName (String testType)

public String getTypeName ()

public static ApptimizeTestType valueOf (String name)

public static final ApptimizeTestType[] values ()