Uses of Enum
cdm.legaldocumentation.common.GoverningLawEnum
Packages that use GoverningLawEnum
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
Common legal agreement concepts.
-
Uses of GoverningLawEnum in cdm.event.common
Methods in cdm.event.common with parameters of type GoverningLawEnumModifier and TypeMethodDescriptionContractDetails.ContractDetailsBuilder.setGoverningLawValue(GoverningLawEnum governingLaw) ContractDetails.ContractDetailsBuilderImpl.setGoverningLawValue(GoverningLawEnum _governingLaw) -
Uses of GoverningLawEnum in cdm.legaldocumentation.common
Fields in cdm.legaldocumentation.common declared as GoverningLawEnumModifier and TypeFieldDescriptionprotected GoverningLawEnumLegalAgreementIdentification.LegalAgreementIdentificationBuilderImpl.governingLawMethods in cdm.legaldocumentation.common that return GoverningLawEnumModifier and TypeMethodDescriptionstatic GoverningLawEnumGoverningLawEnum.fromDisplayName(String name) LegalAgreementIdentification.getGoverningLaw()The law governing the legal agreement, e.g.LegalAgreementIdentification.LegalAgreementIdentificationBuilderImpl.getGoverningLaw()LegalAgreementIdentification.LegalAgreementIdentificationImpl.getGoverningLaw()static GoverningLawEnumReturns 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 cdm.legaldocumentation.common with parameters of type GoverningLawEnumModifier and TypeMethodDescriptionLegalAgreementIdentification.LegalAgreementIdentificationBuilder.setGoverningLaw(GoverningLawEnum governingLaw) LegalAgreementIdentification.LegalAgreementIdentificationBuilderImpl.setGoverningLaw(GoverningLawEnum _governingLaw) -
Uses of GoverningLawEnum in cdm.legaldocumentation.common.metafields
Fields in cdm.legaldocumentation.common.metafields declared as GoverningLawEnumModifier and TypeFieldDescriptionprotected GoverningLawEnumFieldWithMetaGoverningLawEnum.FieldWithMetaGoverningLawEnumBuilderImpl.valueMethods in cdm.legaldocumentation.common.metafields that return GoverningLawEnumModifier and TypeMethodDescriptionFieldWithMetaGoverningLawEnum.FieldWithMetaGoverningLawEnumBuilderImpl.getValue()FieldWithMetaGoverningLawEnum.FieldWithMetaGoverningLawEnumImpl.getValue()FieldWithMetaGoverningLawEnum.getValue()Getter MethodsMethods in cdm.legaldocumentation.common.metafields that return types with arguments of type GoverningLawEnumModifier and TypeMethodDescriptiondefault Class<GoverningLawEnum> FieldWithMetaGoverningLawEnum.getValueType()Methods in cdm.legaldocumentation.common.metafields with parameters of type GoverningLawEnumModifier and TypeMethodDescriptionFieldWithMetaGoverningLawEnum.FieldWithMetaGoverningLawEnumBuilder.setValue(GoverningLawEnum value) FieldWithMetaGoverningLawEnum.FieldWithMetaGoverningLawEnumBuilderImpl.setValue(GoverningLawEnum _value)