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

Method getContainerContentsString

code/src/java/pcgen/core/Equipment.java:5499–5506  ·  view source on GitHub ↗

Gets the containerContentsString attribute of the Equipment object @return The containerContentsString value

()

Source from the content-addressed store, hash-verified

5497 * @return The containerContentsString value
5498 */
5499 public String getContainerContentsString()
5500 {
5501 if (containerContentsString == null)
5502 {
5503 updateContainerContentsString(null);
5504 }
5505 return containerContentsString;
5506 }
5507
5508 /**
5509 * Convenience method. <p> <br>

Callers 5

getContentsTokenMethod · 0.80
getContentsTokenMethod · 0.80
getContentsTokenMethod · 0.80
getEquipmentHtmlInfoMethod · 0.80
getContentsTokenMethod · 0.80

Calls 1

Tested by

no test coverage detected