Uses of Class
org.isda.cdm.EntityTypeEnum
-
Packages that use EntityTypeEnum Package Description org.isda.cdm org.isda.cdm.metafields -
-
Uses of EntityTypeEnum in org.isda.cdm
Methods in org.isda.cdm that return EntityTypeEnum Modifier and Type Method Description static EntityTypeEnum
EntityTypeEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EntityTypeEnum[]
EntityTypeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.isda.cdm with parameters of type EntityTypeEnum Modifier and Type Method Description ReferencePair.ReferencePairBuilder
ReferencePair.ReferencePairBuilder. setEntityTypeRef(EntityTypeEnum entityType)
-
Uses of EntityTypeEnum in org.isda.cdm.metafields
Methods in org.isda.cdm.metafields that return EntityTypeEnum Modifier and Type Method Description EntityTypeEnum
FieldWithMetaEntityTypeEnum.FieldWithMetaEntityTypeEnumBuilder. getValue()
EntityTypeEnum
FieldWithMetaEntityTypeEnum. getValue()
Methods in org.isda.cdm.metafields with parameters of type EntityTypeEnum Modifier and Type Method Description FieldWithMetaEntityTypeEnum.FieldWithMetaEntityTypeEnumBuilder
FieldWithMetaEntityTypeEnum.FieldWithMetaEntityTypeEnumBuilder. setValue(EntityTypeEnum value)
-