Uses of Class
de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec.OASchema.Format
-
Packages that use OASchema.Format Package Description de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec -
-
Uses of OASchema.Format in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec
Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec that return OASchema.Format Modifier and Type Method Description OASchema.FormatOASchema. getFormat()static OASchema.FormatOASchema.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static OASchema.Format[]OASchema.Format. 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.Format Modifier and Type Method Description voidOASchema. setFormat(OASchema.Format format)Constructors in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec with parameters of type OASchema.Format Constructor Description OASchema(OASchema.Type type, OASchema.Format format)
-