public class UnionTypeExtensionDefinition extends UnionTypeDefinition
| Constructor and Description |
|---|
UnionTypeExtensionDefinition(java.lang.String name) |
UnionTypeExtensionDefinition(java.lang.String name,
java.util.List<Directive> directives,
java.util.List<Type> memberTypes) |
| Modifier and Type | Method and Description |
|---|---|
UnionTypeExtensionDefinition |
deepCopy() |
java.lang.String |
toString() |
accept, getChildren, getDescription, getDirective, getDirectives, getDirectivesByName, getMemberTypes, getName, isEqualTo, setDescriptiondeepCopy, deepCopy, getComments, getSourceLocation, setComments, setSourceLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetComments, getSourceLocationpublic UnionTypeExtensionDefinition(java.lang.String name)
public UnionTypeExtensionDefinition deepCopy()
deepCopy in interface Definition<UnionTypeDefinition>deepCopy in interface Node<UnionTypeDefinition>deepCopy in interface TypeDefinition<UnionTypeDefinition>deepCopy in class UnionTypeDefinitionpublic java.lang.String toString()
toString in class UnionTypeDefinition