java.lang.Object | ||
↳ | java.lang.Enum<com.ardic.android.parcelables.BlackWhiteItem.BlackWhiteType> | |
↳ | com.ardic.android.parcelables.BlackWhiteItem.BlackWhiteType |
Enumerates black and white types. Types are used while holding different typed list.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Represents black type
Represents unknown type while converting string to enum
Represents white type
Parameters | |
---|---|
blackWhiteType |
String
|
Returns | |
---|---|
BlackWhiteItem.BlackWhiteType |
Parameters | |
---|---|
name |
String
|
Returns | |
---|---|
BlackWhiteItem.BlackWhiteType |