public class ObjectTypeExtensionDefinition extends ObjectTypeDefinition
Constructor and Description |
---|
ObjectTypeExtensionDefinition() |
ObjectTypeExtensionDefinition(java.lang.String name) |
ObjectTypeExtensionDefinition(java.lang.String name,
java.util.List<Type> implementz,
java.util.List<Directive> directives,
java.util.List<FieldDefinition> fieldDefinitions) |
Modifier and Type | Method and Description |
---|---|
ObjectTypeExtensionDefinition |
deepCopy() |
java.lang.String |
toString() |
accept, getChildren, getDescription, getDirective, getDirectives, getDirectivesByName, getFieldDefinitions, getImplements, getName, isEqualTo, setDescription, setName
deepCopy, deepCopy, getComments, getSourceLocation, setComments, setSourceLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getComments, getSourceLocation
public ObjectTypeExtensionDefinition()
public ObjectTypeExtensionDefinition(java.lang.String name)
public ObjectTypeExtensionDefinition(java.lang.String name, java.util.List<Type> implementz, java.util.List<Directive> directives, java.util.List<FieldDefinition> fieldDefinitions)
public ObjectTypeExtensionDefinition deepCopy()
deepCopy
in interface Definition<ObjectTypeDefinition>
deepCopy
in interface Node<ObjectTypeDefinition>
deepCopy
in interface TypeDefinition<ObjectTypeDefinition>
deepCopy
in class ObjectTypeDefinition
public java.lang.String toString()
toString
in class ObjectTypeDefinition