Uses of Class
de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec.OASchema.Type
-
Packages that use OASchema.Type Package Description de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec -
-
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.Type Modifier and Type Method Description OASchema.TypeOASchema. getType()static OASchema.TypeOASchema.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static OASchema.Type[]OASchema.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec with parameters of type OASchema.Type Modifier and Type Method Description voidOASchema. setType(OASchema.Type type)Constructors in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec with parameters of type OASchema.Type Constructor Description OASchema(OASchema.Type type, OASchema.Format format)
-