* Create struct from object value * @param {!Enums} other Object value * @returns {!Enums} Created struct
(other)
| 3208 | * @returns {!Enums} Created struct |
| 3209 | */ |
| 3210 | static fromObject (other) { |
| 3211 | return new Enums().copy(other) |
| 3212 | } |
| 3213 | |
| 3214 | /** |
| 3215 | * Get the FBE type |