Uses of Enum
cdm.event.workflow.EventTimestampQualificationEnum
Packages that use EventTimestampQualificationEnum
Package
Description
Workflow concepts (orthogonal to business event): time stamp, credit limit, trade warehouse info and associated function specifications.
-
Uses of EventTimestampQualificationEnum in cdm.event.workflow
Fields in cdm.event.workflow declared as EventTimestampQualificationEnumModifier and TypeFieldDescriptionprotected EventTimestampQualificationEnumEventTimestamp.EventTimestampBuilderImpl.qualificationMethods in cdm.event.workflow that return EventTimestampQualificationEnumModifier and TypeMethodDescriptionEventTimestampQualificationEnum.fromDisplayName(String name) EventTimestamp.EventTimestampBuilderImpl.getQualification()EventTimestamp.EventTimestampImpl.getQualification()EventTimestamp.getQualification()The timestamp qualifier is specified through an enumeration because the experience of integrating the DTCC and CME data representations suggests that a wide set of timestamps are currently utilized among service providers, while there is not at present an objective set of criteria that could help suggest a defined set of timestamps as part of the CDM.Returns the enum constant of this type with the specified name.static EventTimestampQualificationEnum[]EventTimestampQualificationEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.event.workflow with parameters of type EventTimestampQualificationEnumModifier and TypeMethodDescriptionEventTimestamp.EventTimestampBuilder.setQualification(EventTimestampQualificationEnum qualification) EventTimestamp.EventTimestampBuilderImpl.setQualification(EventTimestampQualificationEnum _qualification)