Class RelativeDirectoryPath

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.RelativeDirectoryPath type.
      • PARENT_DIRECTORIES

        public static final Name PARENT_DIRECTORIES
        Name of the openGql.grammar.RelativeDirectoryPath.parentDirectories field.
      • SIMPLE_PATH

        public static final Name SIMPLE_PATH
        Name of the openGql.grammar.RelativeDirectoryPath.simplePath field.
      • parentDirectories

        public final java.lang.Integer parentDirectories
      • simplePath

        public final Optional<java.util.List<java.lang.String>> simplePath
    • Constructor Detail

      • RelativeDirectoryPath

        public RelativeDirectoryPath​(java.lang.Integer parentDirectories,
                                     Optional<java.util.List<java.lang.String>> simplePath)
        Constructs an immutable RelativeDirectoryPath.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object