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

Method getText

code/src/java/pcgen/core/TextProperty.java:66–69  ·  view source on GitHub ↗

Get the property text (name, value pair) @return the property text (name, value pair)

()

Source from the content-addressed store, hash-verified

64 * @return the property text (name, value pair)
65 */
66 public String getText()
67 {
68 return getDisplayName();
69 }
70
71 /**
72 * Get the parsed text (%CHOICEs replaced)

Callers 15

getParsedTextMethod · 0.95
allowArgsMethod · 0.45
allowArgsMethod · 0.45
evaluateMethod · 0.45
getDependenciesMethod · 0.45
allowArgsMethod · 0.45
evaluateMethod · 0.45
getDependenciesMethod · 0.45
allowArgsMethod · 0.45
evaluateMethod · 0.45
getDependenciesMethod · 0.45
allowArgsMethod · 0.45

Calls 1

getDisplayNameMethod · 0.65

Tested by

no test coverage detected