Uses of Enum
cdm.event.common.ClosedStateEnum
Packages that use ClosedStateEnum
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
-
Uses of ClosedStateEnum in cdm.event.common
Fields in cdm.event.common declared as ClosedStateEnumModifier and TypeFieldDescriptionprotected ClosedStateEnumClosedState.ClosedStateBuilderImpl.stateMethods in cdm.event.common that return ClosedStateEnumModifier and TypeMethodDescriptionstatic ClosedStateEnumClosedStateEnum.fromDisplayName(String name) ClosedState.ClosedStateBuilderImpl.getState()ClosedState.ClosedStateImpl.getState()ClosedState.getState()The qualification of what gave way to the contract or execution closure, e.g. allocation, termination, ...static ClosedStateEnumReturns the enum constant of this type with the specified name.static ClosedStateEnum[]ClosedStateEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.event.common with parameters of type ClosedStateEnumModifier and TypeMethodDescriptionClosedState.ClosedStateBuilder.setState(ClosedStateEnum state) ClosedState.ClosedStateBuilderImpl.setState(ClosedStateEnum _state)