MCPcopy Create free account
hub / github.com/ddf-project/DDF / getName

Method getName

core/src/main/java/io/ddf/DDF.java:260–263  ·  view source on GitHub ↗

@return the name of this DDF

()

Source from the content-addressed store, hash-verified

258 * @return the name of this DDF
259 */
260 @Override
261 public String getName() {
262 return mName;
263 }
264
265 /**
266 * @param name the DDF name to set

Callers 9

testRegisterMethod · 0.95
keepingDDFwithNameMethod · 0.95
getNamespaceMethod · 0.95
unpersistMethod · 0.95
getDDFMethod · 0.95
onRemovalMethod · 0.95

Calls

no outgoing calls

Tested by 5

testRegisterMethod · 0.76
keepingDDFwithNameMethod · 0.76