Uses of Enum Class
cool.klass.model.meta.domain.api.PrimitiveType
Packages that use PrimitiveType
Package
Description
-
Uses of PrimitiveType in cool.klass.model.meta.domain.api
Fields in cool.klass.model.meta.domain.api with type parameters of type PrimitiveTypeModifier and TypeFieldDescriptionstatic final org.eclipse.collections.api.list.ImmutableList<PrimitiveType>PrimitiveType.ID_PRIMITIVE_TYPESstatic final org.eclipse.collections.api.list.ImmutableList<PrimitiveType>PrimitiveType.PRIMITIVE_TYPESMethods in cool.klass.model.meta.domain.api that return PrimitiveTypeModifier and TypeMethodDescriptionstatic PrimitiveTypePrimitiveType.byPrettyName(String name) PrimitiveType.getType()static PrimitiveTypeReturns the enum constant of this class with the specified name.static PrimitiveType[]PrimitiveType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PrimitiveType in cool.klass.model.meta.domain.api.property
Methods in cool.klass.model.meta.domain.api.property that return PrimitiveType -
Uses of PrimitiveType in cool.klass.model.meta.domain.api.visitor
Methods in cool.klass.model.meta.domain.api.visitor with parameters of type PrimitiveTypeModifier and TypeMethodDescriptionstatic StringPrimitiveToJavaTypeVisitor.getJavaType(PrimitiveType primitiveType)