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

Method getSimpleName

code/src/java/pcgen/core/Equipment.java:1795–1798  ·  view source on GitHub ↗

Gets the simple name attribute of the Equipment object @return The name value

()

Source from the content-addressed store, hash-verified

1793 * @return The name value
1794 */
1795 public String getSimpleName()
1796 {
1797 return getDisplayName();
1798 }
1799
1800 /**
1801 * Gets the size attribute of the Equipment object

Callers 15

evaluateMethodsMethod · 0.80
evaluatesToMethod · 0.80
buildTCMethod · 0.80
parseMethod · 0.80
parseTokenMethod · 0.80
processMethod · 0.80
parseTokenMethod · 0.80

Calls 1

getDisplayNameMethod · 0.65

Tested by 4

evaluatesToMethod · 0.64
buildTCMethod · 0.64
parseMethod · 0.64
performEvaluationMethod · 0.64