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, getDirectives, getFieldDefinitions, getImplements, getName, isEqualTo, setDescription, setNamedeepCopy, deepCopy, getComments, getSourceLocation, setComments, setSourceLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDirective, getDirectivesByNamegetComments, getSourceLocationpublic 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 ObjectTypeDefinitionpublic java.lang.String toString()
toString in class ObjectTypeDefinition