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