static fun valueOf(value: Int): Orientation!
value
- Int: The numeric wire value of the corresponding enum entry.
Return
Orientation!: The enum associated with the given numeric wire value.
static fun valueOf(desc: EnumValueDescriptor!): Orientation!