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

Method getCategory

code/src/java/pcgen/core/Ability.java:48–51  ·  view source on GitHub ↗

Get the category of this ability @return The category of this Ability

()

Source from the content-addressed store, hash-verified

46 * @return The category of this Ability
47 */
48 public String getCategory()
49 {
50 return get(ObjectKey.ABILITY_CAT).getKeyName();
51 }
52
53 /**
54 * Bog standard clone method

Callers 8

getPCCTextMethod · 0.95
writeAbilityToBufferMethod · 0.95
includeObjectMethod · 0.95
unparseMethod · 0.45
unparseMethod · 0.45
unparseMethod · 0.45
processMethod · 0.45

Calls 2

getKeyNameMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected