Uses of Class
dev.cdevents.models.environment.created.Context.Type
-
Packages that use Context.Type Package Description dev.cdevents.models.environment.created -
-
Uses of Context.Type in dev.cdevents.models.environment.created
Methods in dev.cdevents.models.environment.created 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.environment.created with parameters of type Context.Type Modifier and Type Method Description voidContext. setType(Context.Type type)(Required)
-