Uses of Enum
cdm.product.template.ExerciseNoticeGiverEnum
Packages that use ExerciseNoticeGiverEnum
-
Uses of ExerciseNoticeGiverEnum in cdm.product.template
Fields in cdm.product.template declared as ExerciseNoticeGiverEnumModifier and TypeFieldDescriptionprotected ExerciseNoticeGiverEnumExerciseNotice.ExerciseNoticeBuilderImpl.exerciseNoticeGiverMethods in cdm.product.template that return ExerciseNoticeGiverEnumModifier and TypeMethodDescriptionstatic ExerciseNoticeGiverEnumExerciseNoticeGiverEnum.fromDisplayName(String name) ExerciseNotice.ExerciseNoticeBuilderImpl.getExerciseNoticeGiver()ExerciseNotice.ExerciseNoticeImpl.getExerciseNoticeGiver()ExerciseNotice.getExerciseNoticeGiver()Specifies the principal party of the trade that has the right to exercise.static ExerciseNoticeGiverEnumReturns the enum constant of this type with the specified name.static ExerciseNoticeGiverEnum[]ExerciseNoticeGiverEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.product.template with parameters of type ExerciseNoticeGiverEnumModifier and TypeMethodDescriptionExerciseNotice.ExerciseNoticeBuilder.setExerciseNoticeGiver(ExerciseNoticeGiverEnum exerciseNoticeGiver) ExerciseNotice.ExerciseNoticeBuilderImpl.setExerciseNoticeGiver(ExerciseNoticeGiverEnum _exerciseNoticeGiver)