GreenBookType

A typesafe enumeration of the different green book language types

import com.sybrin.identity.enums.GreenBookType

Summary

Enum values

Bilingual

Indicated that the green book is bilingual.

English

Indicated that the green book is in English.

Unspecified

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.