Interface NodeType

All Superinterfaces:
ElementType<NodeType>

public interface NodeType extends ElementType<NodeType>
Describing a node.
Since:
1.11.0
Author:
Michael J. Simons
Soundtrack
Moonbootica - ...And Then We Started To Dance
  • Method Summary

    Modifier and Type
    Method
    Description
    The returned list will be sorted, first label is the primary label (the most explicit one declared in with any supported means in a class).

    Methods inherited from interface ac.simons.neo4j.migrations.annotations.proc.ElementType

    getOwningTypeName, getProperties
  • Method Details

    • getLabels

      List<SchemaName> getLabels()
      The returned list will be sorted, first label is the primary label (the most explicit one declared in with any supported means in a class).
      Returns:
      the list of labels of this type.