Package cdm.legaldocumentation.csa
Enum LegacyConsentEnum
- All Implemented Interfaces:
Serializable,Comparable<LegacyConsentEnum>
Details of the consent requirements (if any) for Substitution.
- Version:
- 7.0.0-dev.105
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionConsent is required for Substitution.Consent is required, with no unreasonable delay, for Substitution.Costs apportioned for Substitution.No consent is required for Substitution.Notice conditions apply for Substitution.Times adjusted. -
Method Summary
Modifier and TypeMethodDescriptionstatic LegacyConsentEnumfromDisplayName(String name) toString()static LegacyConsentEnumReturns the enum constant of this type with the specified name.static LegacyConsentEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CONSENT_REQUIRED
Consent is required for Substitution. -
NO_CONSENT
No consent is required for Substitution. -
CONSENT_REQUIRED_NO_DELAY
@RosettaEnumValue("ConsentRequiredNoDelay") public static final LegacyConsentEnum CONSENT_REQUIRED_NO_DELAYConsent is required, with no unreasonable delay, for Substitution. -
TIMES_ADJUSTED
Times adjusted. -
NOTICE_CONDITIONS
Notice conditions apply for Substitution. -
COSTS_APPORTIONED
Costs apportioned for Substitution.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<LegacyConsentEnum>
-
toDisplayString
-