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

Method getWeightUnit

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

Get the weight unit. @return String weight unit.

()

Source from the content-addressed store, hash-verified

183 * @return String weight unit.
184 */
185 public String getWeightUnit()
186 {
187 return getUnit(weightUnit);
188 }
189
190 private String getUnit(final String unitString)
191 {

Callers 9

getWeightTokenMethod · 0.45
getTokenMethod · 0.45
getEquipmentHtmlInfoMethod · 0.45
refreshTotalWeightMethod · 0.45
WeightItemMethod · 0.45
getMethod · 0.45
getWeightTokenMethod · 0.45

Calls 1

getUnitMethod · 0.95

Tested by

no test coverage detected