GreenBookType
An enumeration containing the type of green book
Declaration
Only relevant details are shown, boilerplate or standard Swift generated code is omitted
Summary
Cases
Public variables
Cases
Bilingual
case Bilingual
The green book type is Bilingual.
English
case English
The green book type is English.
Unspecified
case Unspecified
The green book type is unspecified.
Public variables
stringValue
public var stringValue: String { get }
Example: "English"
Returns the case name, separated by spaces, in string format.
Where this is used
Last updated