com.compoze.collab
Class SessionOption

java.lang.Object
  extended by com.compoze.collab.SessionPropertyElement
      extended by com.compoze.collab.SessionOption
All Implemented Interfaces
Serializable

public class SessionOption
extends SessionPropertyElement
implements Serializable

Implements an option to a session property.

See Also
Serialized Form

Method Summary
 SessionProperty[] getSubProperties()
          Gets the new sub-properties that are available if this option has been selected.
 boolean hasSubProperties()
          Determines if the option has sub-properties associated with it.
 boolean isDefault()
          Determines if this option is the default of the available session options.
 
Methods inherited from class com.compoze.collab.SessionPropertyElement
getAdminDescription, getInternalName, getResource, getShortUserDescription, getUserDescription, getUserName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isDefault

public boolean isDefault()
Determines if this option is the default of the available session options.

Returns
true if this option is the default of the available session options

getSubProperties

public SessionProperty[] getSubProperties()
Gets the new sub-properties that are available if this option has been selected.

Returns
a copy of the sub-properties (not null)

hasSubProperties

public boolean hasSubProperties()
Determines if the option has sub-properties associated with it.

Returns
true if there are sub-properties associated with the option


Copyright © 2006 BEA Systems, Inc. All Rights Reserved