Enum Class LaunchCreateExtension.CreateType

java.lang.Object
java.lang.Enum<LaunchCreateExtension.CreateType>
google.registry.model.domain.launch.LaunchCreateExtension.CreateType
All Implemented Interfaces:
Serializable, Comparable<LaunchCreateExtension.CreateType>, Constable
Enclosing class:
LaunchCreateExtension

public static enum LaunchCreateExtension.CreateType extends Enum<LaunchCreateExtension.CreateType>
Type of domain creation being requested.
  • Enum Constant Details

    • APPLICATION

      public static final LaunchCreateExtension.CreateType APPLICATION
      A Launch Application refers to a registration made during a launch phase when the server accepts multiple applications for the same domain name.

      This is no longer used, but is retained so incoming commands with this value error out with a descriptive message rather than failing XML marshalling.

    • REGISTRATION

      public static final LaunchCreateExtension.CreateType REGISTRATION
      A Launch Registration refers to a registration made during a launch phase when the server uses a "first-come, first-served" model.
  • Method Details

    • values

      public static LaunchCreateExtension.CreateType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static LaunchCreateExtension.CreateType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null