Uses of Enum
cdm.legaldocumentation.common.LegalAgreementTypeEnum
Packages that use LegalAgreementTypeEnum
-
Uses of LegalAgreementTypeEnum in cdm.legaldocumentation.common
Fields in cdm.legaldocumentation.common declared as LegalAgreementTypeEnumModifier and TypeFieldDescriptionprotected LegalAgreementTypeEnumAgreementName.AgreementNameBuilderImpl.agreementTypeMethods in cdm.legaldocumentation.common that return LegalAgreementTypeEnumModifier and TypeMethodDescriptionstatic LegalAgreementTypeEnumLegalAgreementTypeEnum.fromDisplayName(String name) AgreementName.AgreementNameBuilderImpl.getAgreementType()AgreementName.AgreementNameImpl.getAgreementType()AgreementName.getAgreementType()Specification of the legal agreement type.static LegalAgreementTypeEnumReturns the enum constant of this type with the specified name.static LegalAgreementTypeEnum[]LegalAgreementTypeEnum.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 LegalAgreementTypeEnumModifier and TypeMethodDescriptionAgreementName.AgreementNameBuilder.setAgreementType(LegalAgreementTypeEnum agreementType) AgreementName.AgreementNameBuilderImpl.setAgreementType(LegalAgreementTypeEnum _agreementType)