Uses of Enum
cdm.legaldocumentation.common.UmbrellaPartyRoleEnum
Packages that use UmbrellaPartyRoleEnum
-
Uses of UmbrellaPartyRoleEnum in cdm.legaldocumentation.common
Fields in cdm.legaldocumentation.common declared as UmbrellaPartyRoleEnumModifier and TypeFieldDescriptionprotected UmbrellaPartyRoleEnumUmbrellaAgreementParty.UmbrellaAgreementPartyBuilderImpl.partyRoleMethods in cdm.legaldocumentation.common that return UmbrellaPartyRoleEnumModifier and TypeMethodDescriptionstatic UmbrellaPartyRoleEnumUmbrellaPartyRoleEnum.fromDisplayName(String name) UmbrellaAgreementParty.getPartyRole()Represents the legal role that each defined entity to the agreement performs within the structure of that agreement.UmbrellaAgreementParty.UmbrellaAgreementPartyBuilderImpl.getPartyRole()UmbrellaAgreementParty.UmbrellaAgreementPartyImpl.getPartyRole()static UmbrellaPartyRoleEnumReturns the enum constant of this type with the specified name.static UmbrellaPartyRoleEnum[]UmbrellaPartyRoleEnum.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 UmbrellaPartyRoleEnumModifier and TypeMethodDescriptionUmbrellaAgreementParty.UmbrellaAgreementPartyBuilder.setPartyRole(UmbrellaPartyRoleEnum partyRole) UmbrellaAgreementParty.UmbrellaAgreementPartyBuilderImpl.setPartyRole(UmbrellaPartyRoleEnum _partyRole)