Uses of Class
dev.cdevents.constants.CDEventConstants.Outcome
-
Packages that use CDEventConstants.Outcome Package Description dev.cdevents.constants Copyright 2022-Present https://cdevents.dev/ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. -
-
Uses of CDEventConstants.Outcome in dev.cdevents.constants
Methods in dev.cdevents.constants that return CDEventConstants.Outcome Modifier and Type Method Description static CDEventConstants.OutcomeCDEventConstants.Outcome. valueOf(String name)Returns the enum constant of this type with the specified name.static CDEventConstants.Outcome[]CDEventConstants.Outcome. values()Returns an array containing the constants of this enum type, in the order they are declared.
-