Identity Android
1.16
Search
K
Comment on page

GreenBookType

A typesafe enumeration of the different green book language types
import com.sybrin.identity.enums.GreenBookType

Summary

Enum values
Indicated that the green book is bilingual.
Indicated that the green book is in English.
Indicated that the language of the green book is unspecified.

Enum values

Bilingual

public static final GreenBookType Bilingual
Indicated that the green book is bilingual.

English

public static final GreenBookType English
Indicated that the green book is in English.

Unspecified

public static final GreenBookType Unspecified
Indicated that the language of the green book is unspecified.
Last modified 1yr ago