Package openGql.grammar
Class ValueTypePredicatePart2
- java.lang.Object
-
- openGql.grammar.ValueTypePredicatePart2
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ValueTypePredicatePart2>
public class ValueTypePredicatePart2 extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<ValueTypePredicatePart2>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Booleannotstatic NameNOTName of theopenGql.grammar.ValueTypePredicatePart2.notfield.static NameTYPE_Name of theopenGql.grammar.ValueTypePredicatePart2type.java.lang.Voidtypedstatic NameTYPEDName of theopenGql.grammar.ValueTypePredicatePart2.typedfield.static NameVALUE_TYPEName of theopenGql.grammar.ValueTypePredicatePart2.valueTypefield.ValueTypevalueType
-
Constructor Summary
Constructors Constructor Description ValueTypePredicatePart2(java.lang.Boolean not, java.lang.Void typed, ValueType valueType)Constructs an immutableValueTypePredicatePart2.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ValueTypePredicatePart2 other)booleanequals(java.lang.Object other)inthashCode()ValueTypePredicatePart2withNot(java.lang.Boolean not)Returns a copy of thisValueTypePredicatePart2withnotreplaced.ValueTypePredicatePart2withTyped(java.lang.Void typed)Returns a copy of thisValueTypePredicatePart2withtypedreplaced.ValueTypePredicatePart2withValueType(ValueType valueType)Returns a copy of thisValueTypePredicatePart2withvalueTypereplaced.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.ValueTypePredicatePart2type.
-
NOT
public static final Name NOT
Name of theopenGql.grammar.ValueTypePredicatePart2.notfield.
-
TYPED
public static final Name TYPED
Name of theopenGql.grammar.ValueTypePredicatePart2.typedfield.
-
VALUE_TYPE
public static final Name VALUE_TYPE
Name of theopenGql.grammar.ValueTypePredicatePart2.valueTypefield.
-
not
public final java.lang.Boolean not
-
typed
public final java.lang.Void typed
-
valueType
public final ValueType valueType
-
-
Constructor Detail
-
ValueTypePredicatePart2
public ValueTypePredicatePart2(java.lang.Boolean not, java.lang.Void typed, ValueType valueType)Constructs an immutableValueTypePredicatePart2.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(ValueTypePredicatePart2 other)
- Specified by:
compareToin interfacejava.lang.Comparable<ValueTypePredicatePart2>
-
withNot
public ValueTypePredicatePart2 withNot(java.lang.Boolean not)
Returns a copy of thisValueTypePredicatePart2withnotreplaced.
-
withTyped
public ValueTypePredicatePart2 withTyped(java.lang.Void typed)
Returns a copy of thisValueTypePredicatePart2withtypedreplaced.
-
withValueType
public ValueTypePredicatePart2 withValueType(ValueType valueType)
Returns a copy of thisValueTypePredicatePart2withvalueTypereplaced.
-
-