Uses of Enum Class
net.codecrete.windowsapi.metadata.PrimitiveKind
Packages that use PrimitiveKind
-
Uses of PrimitiveKind in net.codecrete.windowsapi.metadata
Subclasses with type arguments of type PrimitiveKind in net.codecrete.windowsapi.metadataMethods in net.codecrete.windowsapi.metadata that return PrimitiveKindModifier and TypeMethodDescriptionPrimitive.kind()Gets the primitive kind.static PrimitiveKindReturns the enum constant of this class with the specified name.static PrimitiveKind[]PrimitiveKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.codecrete.windowsapi.metadata with parameters of type PrimitiveKindModifier and TypeMethodDescriptionMetadata.getPrimitive(PrimitiveKind kind) Gets the primitive type for the given kind.