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

Method getLoadType

code/src/java/pcgen/util/enumeration/Load.java:99–102  ·  view source on GitHub ↗

@param val should be a string value to be checked for equality (case-insensitive) with one of the enum values for this enumeration @return the enumeration that matches the given string, or null if none match

(String val)

Source from the content-addressed store, hash-verified

97 * @return the enumeration that matches the given string, or null if none match
98 */
99 public static Load getLoadType(String val)
100 {
101 return valueOf(val.toUpperCase());
102 }
103
104
105 public double calcEncumberedMove(final double unencumberedMove)

Callers 4

installMethod · 0.95
referenceChangedMethod · 0.95
refreshTotalWeightMethod · 0.45
getLoadTokenMethod · 0.45

Calls 1

valueOfMethod · 0.45

Tested by

no test coverage detected