Uses of Enum
cdm.legaldocumentation.common.ClosedStateEnum
Packages that use ClosedStateEnum
-
Uses of ClosedStateEnum in cdm.legaldocumentation.common
Fields in cdm.legaldocumentation.common declared as ClosedStateEnumModifier and TypeFieldDescriptionprotected ClosedStateEnumClosedState.ClosedStateBuilderImpl.stateMethods in cdm.legaldocumentation.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.legaldocumentation.common with parameters of type ClosedStateEnumModifier and TypeMethodDescriptionClosedState.ClosedStateBuilder.setState(ClosedStateEnum state) ClosedState.ClosedStateBuilderImpl.setState(ClosedStateEnum _state)