Get all the values in this pseudo-enumeration. @return the set of values in ordinal order.
()
| 103 | * @return the set of values in ordinal order. |
| 104 | */ |
| 105 | public static DNA[] values() { |
| 106 | return VALUES.clone(); |
| 107 | } |
| 108 | |
| 109 | /** |
| 110 | * Create an array that enables internal codes to be converted to external |
no outgoing calls