Converts a numeric extended flag into a String
(int i)
| 29 | |
| 30 | /** Converts a numeric extended flag into a String */ |
| 31 | public static String |
| 32 | string(int i) { |
| 33 | return extflags.getText(i); |
| 34 | } |
| 35 | |
| 36 | /** |
| 37 | * Converts a textual representation of an extended flag into its numeric |