Uses of Class
dev.cdevents.constants.CDEventConstants.CDEventTypes
-
Packages that use CDEventConstants.CDEventTypes 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.CDEventTypes in dev.cdevents.constants
Methods in dev.cdevents.constants that return CDEventConstants.CDEventTypes Modifier and Type Method Description static CDEventConstants.CDEventTypesCDEventConstants.CDEventTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static CDEventConstants.CDEventTypes[]CDEventConstants.CDEventTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-