Package apoc.meta

Class Tables4LabelsProfile.NodeTypePropertiesEntry

java.lang.Object
apoc.meta.Tables4LabelsProfile.NodeTypePropertiesEntry
Enclosing class:
Tables4LabelsProfile

public class Tables4LabelsProfile.NodeTypePropertiesEntry extends Object
DAO class that the stored procedure returns
  • Field Details

    • nodeType

      public String nodeType
    • nodeLabels

      public List<String> nodeLabels
    • propertyName

      public String propertyName
    • propertyTypes

      public List<String> propertyTypes
    • mandatory

      public boolean mandatory
    • propertyObservations

      public long propertyObservations
    • totalObservations

      public long totalObservations
  • Constructor Details

    • NodeTypePropertiesEntry

      public NodeTypePropertiesEntry(String nodeType, List<String> nodeLabels, String propertyName, List<String> propertyTypes, boolean mandatory, long propertyObservations, long totalObservations)