Uses of Class
dev.cdevents.models.service.upgraded.Context.Type
-
Packages that use Context.Type Package Description dev.cdevents.models.service.upgraded -
-
Uses of Context.Type in dev.cdevents.models.service.upgraded
Methods in dev.cdevents.models.service.upgraded that return Context.Type Modifier and Type Method Description static Context.TypeContext.Type. fromValue(String value)Context.TypeContext. getType()(Required)static Context.TypeContext.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Context.Type[]Context.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.cdevents.models.service.upgraded with parameters of type Context.Type Modifier and Type Method Description voidContext. setType(Context.Type type)(Required)
-