MCPcopy Create free account
hub / github.com/PCGen/pcgen / toString

Method toString

code/src/java/pcgen/cdom/enumeration/Type.java:137–141  ·  view source on GitHub ↗

Converts this Constant to a String (returns the name of this Constant) @return The string representation (name) of this Constant

()

Source from the content-addressed store, hash-verified

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

Callers 1

createItemMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected