public class TypeExtensionDefinition extends ObjectTypeDefinition
Constructor and Description |
---|
TypeExtensionDefinition() |
TypeExtensionDefinition(java.lang.String name) |
TypeExtensionDefinition(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 |
---|---|
TypeExtensionDefinition |
deepCopy() |
java.lang.String |
toString() |
getChildren, getDirective, getDirectives, getDirectivesByName, getFieldDefinitions, getImplements, getName, isEqualTo, setName
deepCopy, deepCopy, getComments, getSourceLocation, setComments, setSourceLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getComments, getSourceLocation
public TypeExtensionDefinition()
public TypeExtensionDefinition(java.lang.String name)
public TypeExtensionDefinition(java.lang.String name, java.util.List<Type> implementz, java.util.List<Directive> directives, java.util.List<FieldDefinition> fieldDefinitions)
public TypeExtensionDefinition 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