Uses of Enum
cdm.product.collateral.CreditSupportAgreementTypeEnum
Packages that use CreditSupportAgreementTypeEnum
Package
Description
Common legal agreement concepts.
-
Uses of CreditSupportAgreementTypeEnum in cdm.legaldocumentation.common
Methods in cdm.legaldocumentation.common with parameters of type CreditSupportAgreementTypeEnumModifier and TypeMethodDescriptionAgreementName.AgreementNameBuilder.setCreditSupportAgreementTypeValue(CreditSupportAgreementTypeEnum creditSupportAgreementType) AgreementName.AgreementNameBuilderImpl.setCreditSupportAgreementTypeValue(CreditSupportAgreementTypeEnum _creditSupportAgreementType) -
Uses of CreditSupportAgreementTypeEnum in cdm.product.collateral
Methods in cdm.product.collateral that return CreditSupportAgreementTypeEnumModifier and TypeMethodDescriptionCreditSupportAgreementTypeEnum.fromDisplayName(String name) Returns the enum constant of this type with the specified name.static CreditSupportAgreementTypeEnum[]CreditSupportAgreementTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CreditSupportAgreementTypeEnum in cdm.product.collateral.metafields
Fields in cdm.product.collateral.metafields declared as CreditSupportAgreementTypeEnumModifier and TypeFieldDescriptionprotected CreditSupportAgreementTypeEnumFieldWithMetaCreditSupportAgreementTypeEnum.FieldWithMetaCreditSupportAgreementTypeEnumBuilderImpl.valueMethods in cdm.product.collateral.metafields that return CreditSupportAgreementTypeEnumModifier and TypeMethodDescriptionFieldWithMetaCreditSupportAgreementTypeEnum.FieldWithMetaCreditSupportAgreementTypeEnumBuilderImpl.getValue()FieldWithMetaCreditSupportAgreementTypeEnum.FieldWithMetaCreditSupportAgreementTypeEnumImpl.getValue()FieldWithMetaCreditSupportAgreementTypeEnum.getValue()Getter MethodsMethods in cdm.product.collateral.metafields that return types with arguments of type CreditSupportAgreementTypeEnumModifier and TypeMethodDescriptiondefault Class<CreditSupportAgreementTypeEnum> FieldWithMetaCreditSupportAgreementTypeEnum.getValueType()Methods in cdm.product.collateral.metafields with parameters of type CreditSupportAgreementTypeEnumModifier and TypeMethodDescriptionFieldWithMetaCreditSupportAgreementTypeEnum.FieldWithMetaCreditSupportAgreementTypeEnumBuilder.setValue(CreditSupportAgreementTypeEnum value) FieldWithMetaCreditSupportAgreementTypeEnum.FieldWithMetaCreditSupportAgreementTypeEnumBuilderImpl.setValue(CreditSupportAgreementTypeEnum _value)