Class EnumTypeDefinition
java.lang.Object
com.predic8.membrane.core.graphql.model.EnumTypeDefinition
- All Implemented Interfaces:
Definition,TypeSystemDefinition
-
Constructor Summary
ConstructorsConstructorDescriptionEnumTypeDefinition(String description, String name, List<Directive> directives, List<EnumValueDefinition> enumValueDefinitions) -
Method Summary
-
Constructor Details
-
EnumTypeDefinition
public EnumTypeDefinition() -
EnumTypeDefinition
-
-
Method Details
-
parse
- Specified by:
parsein interfaceDefinition- Throws:
IOExceptionParsingException
-
setDescription
- Specified by:
setDescriptionin interfaceTypeSystemDefinition
-
equals
-
hashCode
public int hashCode() -
toString
-