Uses of Enum
cdm.product.asset.IndexAnnexSourceEnum
Packages that use IndexAnnexSourceEnum
Package
Description
Product concepts applicable to specific asset classes.
-
Uses of IndexAnnexSourceEnum in cdm.product.asset
Methods in cdm.product.asset that return IndexAnnexSourceEnumModifier and TypeMethodDescriptionstatic IndexAnnexSourceEnumIndexAnnexSourceEnum.fromDisplayName(String name) static IndexAnnexSourceEnumReturns the enum constant of this type with the specified name.static IndexAnnexSourceEnum[]IndexAnnexSourceEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.product.asset with parameters of type IndexAnnexSourceEnumModifier and TypeMethodDescriptionCreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder.setIndexAnnexSourceValue(IndexAnnexSourceEnum indexAnnexSource) CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilderImpl.setIndexAnnexSourceValue(IndexAnnexSourceEnum _indexAnnexSource) -
Uses of IndexAnnexSourceEnum in cdm.product.asset.metafields
Fields in cdm.product.asset.metafields declared as IndexAnnexSourceEnumModifier and TypeFieldDescriptionprotected IndexAnnexSourceEnumFieldWithMetaIndexAnnexSourceEnum.FieldWithMetaIndexAnnexSourceEnumBuilderImpl.valueMethods in cdm.product.asset.metafields that return IndexAnnexSourceEnumModifier and TypeMethodDescriptionFieldWithMetaIndexAnnexSourceEnum.FieldWithMetaIndexAnnexSourceEnumBuilderImpl.getValue()FieldWithMetaIndexAnnexSourceEnum.FieldWithMetaIndexAnnexSourceEnumImpl.getValue()FieldWithMetaIndexAnnexSourceEnum.getValue()Getter MethodsMethods in cdm.product.asset.metafields that return types with arguments of type IndexAnnexSourceEnumModifier and TypeMethodDescriptiondefault Class<IndexAnnexSourceEnum> FieldWithMetaIndexAnnexSourceEnum.getValueType()Methods in cdm.product.asset.metafields with parameters of type IndexAnnexSourceEnumModifier and TypeMethodDescriptionFieldWithMetaIndexAnnexSourceEnum.FieldWithMetaIndexAnnexSourceEnumBuilder.setValue(IndexAnnexSourceEnum value) FieldWithMetaIndexAnnexSourceEnum.FieldWithMetaIndexAnnexSourceEnumBuilderImpl.setValue(IndexAnnexSourceEnum _value)