Package cdm.legaldocumentation.csa
Enum LegacyResolutionAlternativeEnum
java.lang.Object
java.lang.Enum<LegacyResolutionAlternativeEnum>
cdm.legaldocumentation.csa.LegacyResolutionAlternativeEnum
- All Implemented Interfaces:
Serializable,Comparable<LegacyResolutionAlternativeEnum>
@RosettaEnum("LegacyResolutionAlternativeEnum")
public enum LegacyResolutionAlternativeEnum
extends Enum<LegacyResolutionAlternativeEnum>
Details of the alternative dispute resolution procedure (if any).
- Version:
- 7.0.0-dev.105
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAdditional Conditions are defined.No Alternative dispute resolution procedure is defined.A split the difference resolution procedure applies. -
Method Summary
Modifier and TypeMethodDescriptionfromDisplayName(String name) toString()Returns the enum constant of this type with the specified name.static LegacyResolutionAlternativeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NO_ALTERNATIVE
@RosettaEnumValue("NoAlternative") public static final LegacyResolutionAlternativeEnum NO_ALTERNATIVENo Alternative dispute resolution procedure is defined. -
SPLIT_DIFFERENCE
@RosettaEnumValue("SplitDifference") public static final LegacyResolutionAlternativeEnum SPLIT_DIFFERENCEA split the difference resolution procedure applies. -
ADDITIONAL_CONDITIONS
@RosettaEnumValue("AdditionalConditions") public static final LegacyResolutionAlternativeEnum ADDITIONAL_CONDITIONSAdditional Conditions are defined.
-
-
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<LegacyResolutionAlternativeEnum>
-
toDisplayString
-