Uses of Enum
com.google.api.generator.engine.ast.TypeNode.TypeKind
Packages that use TypeNode.TypeKind
-
Uses of TypeNode.TypeKind in com.google.api.generator.engine.ast
Methods in com.google.api.generator.engine.ast that return TypeNode.TypeKindModifier and TypeMethodDescriptionabstract TypeNode.TypeKindTypeNode.typeKind()static TypeNode.TypeKindReturns the enum constant of this type with the specified name.static TypeNode.TypeKind[]TypeNode.TypeKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api.generator.engine.ast with parameters of type TypeNode.TypeKindModifier and TypeMethodDescriptionabstract TypeNode.BuilderTypeNode.Builder.setTypeKind(TypeNode.TypeKind typeKind)