public class InterfaceTypeExtensionDefinition extends InterfaceTypeDefinition
| Constructor and Description |
|---|
InterfaceTypeExtensionDefinition(java.lang.String name) |
InterfaceTypeExtensionDefinition(java.lang.String name,
java.util.List<FieldDefinition> definitions,
java.util.List<Directive> directives) |
| Modifier and Type | Method and Description |
|---|---|
InterfaceTypeExtensionDefinition |
deepCopy() |
java.lang.String |
toString() |
accept, getChildren, getDescription, getDirectives, getFieldDefinitions, getName, isEqualTo, setDescriptiondeepCopy, deepCopy, getComments, getSourceLocation, setComments, setSourceLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDirective, getDirectivesByNamegetComments, getSourceLocationpublic InterfaceTypeExtensionDefinition(java.lang.String name)
public InterfaceTypeExtensionDefinition(java.lang.String name,
java.util.List<FieldDefinition> definitions,
java.util.List<Directive> directives)
public InterfaceTypeExtensionDefinition deepCopy()
deepCopy in interface Definition<InterfaceTypeDefinition>deepCopy in interface Node<InterfaceTypeDefinition>deepCopy in interface TypeDefinition<InterfaceTypeDefinition>deepCopy in class InterfaceTypeDefinitionpublic java.lang.String toString()
toString in class InterfaceTypeDefinition