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

Method getHeightUnit

code/src/java/pcgen/core/UnitSet.java:123–126  ·  view source on GitHub ↗

Get height unit. @return String height unit.

()

Source from the content-addressed store, hash-verified

121 * @return String height unit.
122 */
123 public String getHeightUnit()
124 {
125 return getUnit(heightUnit);
126 }
127
128 /**
129 * Set name.

Callers 4

getTokenMethod · 0.45
getHeightStringMethod · 0.45
HeightItemMethod · 0.45
getMethod · 0.45

Calls 1

getUnitMethod · 0.95

Tested by

no test coverage detected