Class ParentAndGraphName

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<ParentAndGraphName>

    public class ParentAndGraphName
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<ParentAndGraphName>
    A GQL parent and graph name
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.ParentAndGraphName type.
      • PARENT_REFERENCE

        public static final Name PARENT_REFERENCE
        Name of the openGql.grammar.ParentAndGraphName.parentReference field.
      • GRAPH_NAME

        public static final Name GRAPH_NAME
        Name of the openGql.grammar.ParentAndGraphName.graphName field.
      • graphName

        public final java.lang.String graphName