MCPcopy Create free account
hub / github.com/Neop/mudmap2 / setName

Method setName

src/main/java/mudmap2/backend/Layer.java:109–111  ·  view source on GitHub ↗

Set layer name @param name

(final String name)

Source from the content-addressed store, hash-verified

107 * @param name
108 */
109 public void setName(final String name) {
110 this.name = name;
111 }
112
113 /**
114 * Check whether the layer has an explicitly set name

Callers 5

testGetSetNameMethod · 0.95
testHasNameMethod · 0.95
testReadWriteFileMethod · 0.95
getNewLayerMethod · 0.95
readFileMethod · 0.95

Calls

no outgoing calls

Tested by 3

testGetSetNameMethod · 0.76
testHasNameMethod · 0.76
testReadWriteFileMethod · 0.76