Uses of Enum
cdm.legaldocumentation.common.LegalAgreementPublisherEnum
Packages that use LegalAgreementPublisherEnum
-
Uses of LegalAgreementPublisherEnum in cdm.legaldocumentation.common
Fields in cdm.legaldocumentation.common declared as LegalAgreementPublisherEnumModifier and TypeFieldDescriptionprotected LegalAgreementPublisherEnumLegalAgreementIdentification.LegalAgreementIdentificationBuilderImpl.publisherMethods in cdm.legaldocumentation.common that return LegalAgreementPublisherEnumModifier and TypeMethodDescriptionstatic LegalAgreementPublisherEnumLegalAgreementPublisherEnum.fromDisplayName(String name) LegalAgreementIdentification.getPublisher()The legal agreement publisher, e.g.LegalAgreementIdentification.LegalAgreementIdentificationBuilderImpl.getPublisher()LegalAgreementIdentification.LegalAgreementIdentificationImpl.getPublisher()static LegalAgreementPublisherEnumReturns the enum constant of this type with the specified name.static LegalAgreementPublisherEnum[]LegalAgreementPublisherEnum.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 LegalAgreementPublisherEnumModifier and TypeMethodDescriptionLegalAgreementIdentification.LegalAgreementIdentificationBuilder.setPublisher(LegalAgreementPublisherEnum publisher) LegalAgreementIdentification.LegalAgreementIdentificationBuilderImpl.setPublisher(LegalAgreementPublisherEnum _publisher)