mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

kenneth_suter
29.09.2007 02093f726f7582e1ffd6ef12c16caf68451a833d
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/DataOptions.java
File was renamed from opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/DataOptions.java
@@ -26,7 +26,7 @@
 */
package org.opends.quicksetup.installer;
package org.opends.quicksetup;
/**
 * This class is used to provide a data model for the Data Options panel of the
@@ -43,6 +43,11 @@
  public enum Type
  {
    /**
     * Do nothing.
     */
    NOTHING,
    /**
     * Create base entry.
     */
    CREATE_BASE_ENTRY,
@@ -60,7 +65,7 @@
    IMPORT_AUTOMATICALLY_GENERATED_DATA
  }
  private Type type;
  private Type type = Type.NOTHING;
  private String baseDn;