Uses of Enum Class
de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec.OASchema.Type
Packages that use OASchema.Type
-
Uses of OASchema.Type in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec
Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec that return OASchema.TypeModifier and TypeMethodDescriptionOASchema.getType()static OASchema.TypeReturns the enum constant of this class with the specified name.static OASchema.Type[]OASchema.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec with parameters of type OASchema.TypeConstructors in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec with parameters of type OASchema.Type