|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.collab.SessionPropertyElement
public abstract class SessionPropertyElement
A superclass of classes used for the session properties.
Method Summary | |
---|---|
java.lang.String |
getAdminDescription(java.util.Locale locale)
Gets the administrator description of the property. |
java.lang.String |
getInternalName()
Gets the internal name of the property, as supplied when specifying properties to open a session with. |
protected java.lang.String |
getResource(java.util.Locale locale,
java.lang.String sKey)
Gets a resource. |
java.lang.String |
getShortUserDescription(java.util.Locale locale)
Gets the short user description of the property. |
java.lang.String |
getUserDescription(java.util.Locale locale)
Gets the full user description of the property. |
java.lang.String |
getUserName(java.util.Locale locale)
Gets the name of the property as displayable to the user. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getInternalName()
public java.lang.String getAdminDescription(java.util.Locale locale)
locale
- the locale
public java.lang.String getShortUserDescription(java.util.Locale locale)
locale
- the locale
public java.lang.String getUserDescription(java.util.Locale locale)
locale
- the locale
public java.lang.String getUserName(java.util.Locale locale)
locale
- the locale
protected java.lang.String getResource(java.util.Locale locale, java.lang.String sKey)
locale
- the localesKey
- the key
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |