Uses of Enum
cdm.event.workflow.CreditLimitTypeEnum
Packages that use CreditLimitTypeEnum
Package
Description
Workflow concepts (orthogonal to business event): time stamp, credit limit, trade warehouse info and associated function specifications.
-
Uses of CreditLimitTypeEnum in cdm.event.workflow
Methods in cdm.event.workflow that return CreditLimitTypeEnumModifier and TypeMethodDescriptionstatic CreditLimitTypeEnumCreditLimitTypeEnum.fromDisplayName(String name) static CreditLimitTypeEnumReturns the enum constant of this type with the specified name.static CreditLimitTypeEnum[]CreditLimitTypeEnum.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 CreditLimitTypeEnumModifier and TypeMethodDescriptionLimitApplicable.LimitApplicableBuilder.setLimitTypeValue(CreditLimitTypeEnum limitType) LimitApplicable.LimitApplicableBuilderImpl.setLimitTypeValue(CreditLimitTypeEnum _limitType) LimitApplicableExtended.LimitApplicableExtendedBuilder.setLimitTypeValue(CreditLimitTypeEnum limitType) LimitApplicableExtended.LimitApplicableExtendedBuilderImpl.setLimitTypeValue(CreditLimitTypeEnum _limitType) -
Uses of CreditLimitTypeEnum in cdm.event.workflow.metafields
Fields in cdm.event.workflow.metafields declared as CreditLimitTypeEnumModifier and TypeFieldDescriptionprotected CreditLimitTypeEnumFieldWithMetaCreditLimitTypeEnum.FieldWithMetaCreditLimitTypeEnumBuilderImpl.valueMethods in cdm.event.workflow.metafields that return CreditLimitTypeEnumModifier and TypeMethodDescriptionFieldWithMetaCreditLimitTypeEnum.FieldWithMetaCreditLimitTypeEnumBuilderImpl.getValue()FieldWithMetaCreditLimitTypeEnum.FieldWithMetaCreditLimitTypeEnumImpl.getValue()FieldWithMetaCreditLimitTypeEnum.getValue()Getter MethodsMethods in cdm.event.workflow.metafields that return types with arguments of type CreditLimitTypeEnumModifier and TypeMethodDescriptiondefault Class<CreditLimitTypeEnum> FieldWithMetaCreditLimitTypeEnum.getValueType()Methods in cdm.event.workflow.metafields with parameters of type CreditLimitTypeEnumModifier and TypeMethodDescriptionFieldWithMetaCreditLimitTypeEnum.FieldWithMetaCreditLimitTypeEnumBuilder.setValue(CreditLimitTypeEnum value) FieldWithMetaCreditLimitTypeEnum.FieldWithMetaCreditLimitTypeEnumBuilderImpl.setValue(CreditLimitTypeEnum _value)