Enum GoverningLawEnum

java.lang.Object
java.lang.Enum<GoverningLawEnum>
cdm.legaldocumentation.common.GoverningLawEnum
All Implemented Interfaces:
Serializable, Comparable<GoverningLawEnum>

@RosettaEnum("GoverningLawEnum") public enum GoverningLawEnum extends Enum<GoverningLawEnum>
The enumerated values to specify the law governing the contract or legal document.
Version:
5.30.0
  • Enum Constant Details

    • AS_SPECIFIED_IN_MASTER_AGREEMENT

      @RosettaEnumValue("AsSpecifiedInMasterAgreement") public static final GoverningLawEnum AS_SPECIFIED_IN_MASTER_AGREEMENT
      The Governing Law is determined by reference to the relevant master agreement.
    • BE

      @RosettaEnumValue("BE") public static final GoverningLawEnum BE
      Belgian law
    • CAAB

      @RosettaEnumValue("CAAB") public static final GoverningLawEnum CAAB
      Alberta law
    • CABC

      @RosettaEnumValue("CABC") public static final GoverningLawEnum CABC
      British Columbia Law
    • CAMN

      @RosettaEnumValue("CAMN") public static final GoverningLawEnum CAMN
      Manitoba law
    • CAON

      @RosettaEnumValue("CAON") public static final GoverningLawEnum CAON
      Ontario law
    • CAQC

      @RosettaEnumValue("CAQC") public static final GoverningLawEnum CAQC
      Quebec law
    • DE

      @RosettaEnumValue("DE") public static final GoverningLawEnum DE
      German law
    • FR

      @RosettaEnumValue("FR") public static final GoverningLawEnum FR
      French law
    • GBEN

      @RosettaSynonym(value="ENGLISH", source="AcadiaSoft_AM_1_0") @RosettaEnumValue("GBEN") public static final GoverningLawEnum GBEN
      English law
    • GBGY

      @RosettaEnumValue("GBGY") public static final GoverningLawEnum GBGY
      The law of the island of Guernsey
    • GBIM

      @RosettaEnumValue("GBIM") public static final GoverningLawEnum GBIM
      The law of the Isle of Man
    • GBJY

      @RosettaEnumValue("GBJY") public static final GoverningLawEnum GBJY
      The law of the island of Jersey
    • GBSC

      @RosettaEnumValue("GBSC") public static final GoverningLawEnum GBSC
      Scottish law
    • IE

      @RosettaEnumValue("IE") public static final GoverningLawEnum IE
      Irish law
    • JP

      @RosettaSynonym(value="JAPAN", source="AcadiaSoft_AM_1_0") @RosettaEnumValue("JP") public static final GoverningLawEnum JP
      Japanese law
    • LU

      @RosettaEnumValue("LU") public static final GoverningLawEnum LU
      Luxembourg law
    • USCA

      @RosettaEnumValue("USCA") public static final GoverningLawEnum USCA
      Californian law
    • USDE

      @RosettaEnumValue("USDE") public static final GoverningLawEnum USDE
      Delaware law
    • USIL

      @RosettaEnumValue("USIL") public static final GoverningLawEnum USIL
      Illinois law
    • USNY

      @RosettaSynonym(value="NY", source="AcadiaSoft_AM_1_0") @RosettaEnumValue("USNY") public static final GoverningLawEnum USNY
      New York law
  • Method Details

    • values

      public static GoverningLawEnum[] 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

      public static GoverningLawEnum valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • fromDisplayName

      public static GoverningLawEnum fromDisplayName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<GoverningLawEnum>
    • toDisplayString

      public String toDisplayString()