Converts this Constant to a String (returns the name of this Constant) @return The string representation (name) of this Constant
()
| 135 | * @return The string representation (name) of this Constant |
| 136 | */ |
| 137 | @Override |
| 138 | public String toString() |
| 139 | { |
| 140 | return fieldName; |
| 141 | } |
| 142 | |
| 143 | /** |
| 144 | * Gets the ordinal of this Constant |