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