Class PropertyKeyValuePair

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

    public class PropertyKeyValuePair
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<PropertyKeyValuePair>
    A GQL property key value pair
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.PropertyKeyValuePair type.
      • NAME

        public static final Name NAME
        Name of the openGql.grammar.PropertyKeyValuePair.name field.
      • VALUE

        public static final Name VALUE
        Name of the openGql.grammar.PropertyKeyValuePair.value field.
      • name

        public final java.lang.String name