| 
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--portlets.compoze.groupware.OptionsGroup.Option
This class represents an option.
| Field Summary | |
static OptionsGroup.Option | 
ACCOUNTS
This value represents the 'Accounts' option.  | 
static OptionsGroup.Option | 
ADDRESS_BOOK
This value represents the 'Address Book' option.  | 
static OptionsGroup.Option | 
CALENDAR
This value represents the 'Calendar' option.  | 
static OptionsGroup.Option | 
GENERAL
This value represents the 'General' option.  | 
static OptionsGroup.Option | 
HOME
This value represents the 'Home' option.  | 
static OptionsGroup.Option | 
INSTANT_MESSAGING
This value represents the 'Instant Messaging' option.  | 
static OptionsGroup.Option | 
MAIL
This value represents the 'Mail' option.  | 
static OptionsGroup.Option | 
TASKS
This value represents the 'Tasks' option.  | 
static int | 
VALUE_ACCOUNTS
This is the value of the 'accounts' option.  | 
static int | 
VALUE_ADDRESS_BOOK
This is the value of the 'address book' option.  | 
static int | 
VALUE_CALENDAR
This is the value of the 'calendar' option.  | 
static int | 
VALUE_GENERAL
This is the value of the 'general' option.  | 
static int | 
VALUE_HOME
This is the value of the 'home' option.  | 
static int | 
VALUE_INSTANT_MESSAGING
This is the value of the 'instant messaging' option.  | 
static int | 
VALUE_MAIL
This is the value of the 'mail' option.  | 
static int | 
VALUE_TASKS
This is the value of the 'tasks' option.  | 
| Method Summary | |
 boolean | 
equals(java.lang.Object o)
Indicates whether some other Option
 object is "equal to" this one. | 
static java.util.List | 
getOptions()
Gets the list of options.  | 
 int | 
getValue()
Gets the option value.  | 
 int | 
hashCode()
Overrides the default hash code by using the option value.  | 
| Methods inherited from class java.lang.Object | 
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final int VALUE_HOME
public static final int VALUE_MAIL
public static final int VALUE_CALENDAR
public static final int VALUE_ADDRESS_BOOK
public static final int VALUE_TASKS
public static final int VALUE_GENERAL
public static final int VALUE_ACCOUNTS
public static final int VALUE_INSTANT_MESSAGING
public static final OptionsGroup.Option HOME
public static final OptionsGroup.Option MAIL
public static final OptionsGroup.Option CALENDAR
public static final OptionsGroup.Option ADDRESS_BOOK
public static final OptionsGroup.Option TASKS
public static final OptionsGroup.Option GENERAL
public static final OptionsGroup.Option ACCOUNTS
public static final OptionsGroup.Option INSTANT_MESSAGING
| Method Detail | 
public int getValue()
VALUE_ constants)public int hashCode()
hashCode in class java.lang.ObjectgetValue()public boolean equals(java.lang.Object o)
Option
 object is "equal to" this one. Equality is determined
 by matching the option value (see VALUE_ constants).equals in class java.lang.Objecttrue if this object is the same as the obj argument; false otherwisegetValue()public static java.util.List getOptions()
OptionsGroup.Option objects or an empty list if none available
  | 
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||