@PublicApi public enum TypeKind extends java.lang.Enum<TypeKind>
Enum Constant and Description |
---|
Enum |
InputObject |
Interface |
Object |
Operation |
Scalar |
Union |
Modifier and Type | Method and Description |
---|---|
static TypeKind |
getTypeKind(TypeDefinition def) |
static TypeKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeKind Operation
public static final TypeKind Object
public static final TypeKind Interface
public static final TypeKind Union
public static final TypeKind Enum
public static final TypeKind Scalar
public static final TypeKind InputObject
public static TypeKind[] values()
for (TypeKind c : TypeKind.values()) System.out.println(c);
public static TypeKind valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static TypeKind getTypeKind(TypeDefinition def)