Uses of Enum Class
org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes.TypeKind
Packages that use TypeKind
-
Uses of TypeKind in org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes
Methods in org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes that return TypeKindModifier and TypeMethodDescriptionBaseType.getKind()DataType.getKind()static TypeKindReturns the enum constant of this class with the specified name.static TypeKind[]TypeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes with parameters of type TypeKindConstructors in org.qubership.integration.platform.runtime.catalog.model.mapper.datatypes with parameters of type TypeKindModifierConstructorDescriptionComplexType(TypeKind kind, Collection<TypeDefinition> definitions, Metadata metadata) CompoundType(TypeKind kind, Collection<DataType> types, Collection<TypeDefinition> definitions, Metadata metadata) ScalarType(TypeKind kind, Metadata metadata) TypeWithDefinitions(TypeKind kind, Collection<TypeDefinition> definitions, Metadata metadata)