Uses of Class
org.isda.cdm.GoverningLawEnum
-
Packages that use GoverningLawEnum Package Description org.isda.cdm org.isda.cdm.metafields -
-
Uses of GoverningLawEnum in org.isda.cdm
Fields in org.isda.cdm declared as GoverningLawEnum Modifier and Type Field Description protected GoverningLawEnum
LegalAgreementType.LegalAgreementTypeBuilder. governingLaw
Methods in org.isda.cdm that return GoverningLawEnum Modifier and Type Method Description GoverningLawEnum
LegalAgreementType. getGoverningLaw()
The law governing the legal agreement, e.g.GoverningLawEnum
LegalAgreementType.LegalAgreementTypeBuilder. getGoverningLaw()
static GoverningLawEnum
GoverningLawEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GoverningLawEnum[]
GoverningLawEnum. 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 GoverningLawEnum Modifier and Type Method Description LegalAgreementType.LegalAgreementTypeBuilder
LegalAgreementType.LegalAgreementTypeBuilder. setGoverningLaw(GoverningLawEnum governingLaw)
Contract.ContractBuilder
Contract.ContractBuilder. setGoverningLawRef(GoverningLawEnum governingLaw)
-
Uses of GoverningLawEnum in org.isda.cdm.metafields
Methods in org.isda.cdm.metafields that return GoverningLawEnum Modifier and Type Method Description GoverningLawEnum
FieldWithMetaGoverningLawEnum.FieldWithMetaGoverningLawEnumBuilder. getValue()
GoverningLawEnum
FieldWithMetaGoverningLawEnum. getValue()
Methods in org.isda.cdm.metafields with parameters of type GoverningLawEnum Modifier and Type Method Description FieldWithMetaGoverningLawEnum.FieldWithMetaGoverningLawEnumBuilder
FieldWithMetaGoverningLawEnum.FieldWithMetaGoverningLawEnumBuilder. setValue(GoverningLawEnum value)
-