From 90288dc278771356aa6dfa3832cb4a4bb19e9fab Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 04 Jul 2007 16:48:57 +0000
Subject: [PATCH] This commit's design changes have been reviewed and approved by Brian Ehret.
---
opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java b/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
index 0f05277..9f3d014 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
@@ -40,10 +40,22 @@
public enum FieldName
{
/**
+ * The value associated with this is a Boolean.
+ * It is used by the merged installer and upgrader to know whether an upgrade
+ * or an install must be performed.
+ */
+ IS_UPGRADE,
+ /**
* The value associated with this is a String.
* The upgrader uses this field to indicate the
* location of the server to upgrade.
*/
+ SERVER_TO_UPGRADE_LOCATION,
+ /**
+ * The value associated with this is a String.
+ * The web start installer uses this field to indicate the
+ * location to install the server.
+ */
SERVER_LOCATION,
/**
* The value associated with this is a String.
--
Gitblit v1.10.0