Uses of Class
io.siddhi.doc.gen.metadata.ExtensionType
-
Packages that use ExtensionType Package Description io.siddhi.doc.gen.metadata -
-
Uses of ExtensionType in io.siddhi.doc.gen.metadata
Methods in io.siddhi.doc.gen.metadata that return ExtensionType Modifier and Type Method Description static ExtensionTypeExtensionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtensionType[]ExtensionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.siddhi.doc.gen.metadata that return types with arguments of type ExtensionType Modifier and Type Method Description static Map<ExtensionType,Class<?>>ExtensionType. getSuperClassMap()
-