to top
AFEX APIs
public static final enum

BlackWhiteItem.BlackWhiteType

extends Enum<BlackWhiteItem.BlackWhiteType>
java.lang.Object
   ↳ java.lang.Enum<com.ardic.android.parcelables.BlackWhiteItem.BlackWhiteType>
     ↳ com.ardic.android.parcelables.BlackWhiteItem.BlackWhiteType

Class Overview

Enumerates black and white types. Types are used while holding different typed list.

Summary

Enum Values
BlackWhiteItem.BlackWhiteType  BLACKWHITETYPE_BLACKLIST  Represents black type  
BlackWhiteItem.BlackWhiteType  BLACKWHITETYPE_UNKNOWN  Represents unknown type while converting string to enum  
BlackWhiteItem.BlackWhiteType  BLACKWHITETYPE_WHITELIST  Represents white type  
Public Methods
static BlackWhiteItem.BlackWhiteType toEnum(String blackWhiteType)
String toString()
static BlackWhiteItem.BlackWhiteType valueOf(String name)
final static BlackWhiteType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final BlackWhiteItem.BlackWhiteType BLACKWHITETYPE_BLACKLIST

Added in API level 1

Represents black type

public static final BlackWhiteItem.BlackWhiteType BLACKWHITETYPE_UNKNOWN

Added in API level 1

Represents unknown type while converting string to enum

public static final BlackWhiteItem.BlackWhiteType BLACKWHITETYPE_WHITELIST

Added in API level 1

Represents white type

Public Methods

public static BlackWhiteItem.BlackWhiteType toEnum (String blackWhiteType)

Added in API level 1

Parameters
blackWhiteType String
Returns
BlackWhiteItem.BlackWhiteType

public String toString ()

Returns
String

public static BlackWhiteItem.BlackWhiteType valueOf (String name)

Added in API level 1

Parameters
name String
Returns
BlackWhiteItem.BlackWhiteType

public static final BlackWhiteType[] values ()

Added in API level 1