Label.label(String) instead@Deprecated public class DynamicLabel extends Object implements Label
Label. This class is
 a convenience implementation of Label that is
 typically used when labels are created and named after a
 condition that can only be detected at runtime.
 For statically known labels please consider the enum approach as described
 in Label documentation.Label| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object other)
Deprecated.  
  | 
int | 
hashCode()
Deprecated.  
  | 
static Label | 
label(String labelName)
Deprecated. 
 
use  
Label.label(String) instead | 
String | 
name()
Deprecated.  
Returns the name of the label. 
 | 
String | 
toString()
Deprecated.  
  | 
@Deprecated public static Label label(String labelName)
Label.label(String) insteadLabelpublic String name()
Labelequal names.Copyright © 2002–2019 The Neo4j Graph Database Project. All rights reserved.