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

Method getRef

code/src/java/pcgen/cdom/helper/EqModRef.java:88–91  ·  view source on GitHub ↗

Returns the reference to the EquipmentModifier that this EqModRef contains @return The reference to the EquipmentModifier that this EqModRef contains

()

Source from the content-addressed store, hash-verified

86 * contains
87 */
88 public CDOMSingleRef<EquipmentModifier> getRef()
89 {
90 return eqMod;
91 }
92
93 /**
94 * Returns the specific choices (associations) for the EquipmentModifier

Callers 6

unparseMethod · 0.45
unparseMethod · 0.45
unparseMethod · 0.45
finishEquipmentMethod · 0.45
toStringMethod · 0.45
testApplyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected