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, getDirectives, getEnumValueDefinitions, getName, isEqualTo, setDescriptiondeepCopy, deepCopy, getComments, getSourceLocation, setComments, setSourceLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDirective, getDirectivesByNamegetComments, getSourceLocationpublic 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 EnumTypeDefinitionpublic java.lang.String toString()
toString in class EnumTypeDefinition