|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.exchange.webdav.FileAsId
This class indicates how the contact information is displayed. The internationalizable
string values are stored in the com.compoze.exchange.exchange_resources.properties
(accessed through com.compoze.exchange.ExchangeProperties
) and referenced by
their key.
Field Summary | |
static FileAsId |
MAP_TO_FIRSTLAST
This value represents file contact as givenname middlename sn |
static FileAsId |
MAP_TO_LASTFIRST
This value represents file contact as sn, givenname middlename |
static FileAsId |
MAP_TO_LASTFIRSTORG
This value represents file contact as sn, givenname, middlename, o |
static FileAsId |
MAP_TO_NONE
This value represents no construction. |
static FileAsId |
MAP_TO_ORG
This value represents file contact as o |
static FileAsId |
MAP_TO_ORGLASTFIRST
This value represents file contact as o, sn, middlename, givenname |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other FileAsId
object is "equal to" this one. |
static FileAsId |
get(int iStoreValue)
Gets the fileas id its store value. |
static FileAsId |
get(java.lang.String sName)
Gets the fileas idby the name in the system default locale. |
static java.util.List |
getList()
Gets the list of file as ids. |
java.lang.String |
getName()
Gets the name of the FileAsId value using the system default locale. |
java.lang.String |
getName(java.util.Locale locale)
Gets the name of the FileAsId value using the specified locale. |
int |
getStoreValue()
Gets the value that's used to store the FileAsId value in the storage system. |
java.lang.String |
toString()
Returns a string representation of the object. |
java.lang.String |
toString(java.util.Locale locale)
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final FileAsId MAP_TO_NONE
public static final FileAsId MAP_TO_LASTFIRST
public static final FileAsId MAP_TO_FIRSTLAST
public static final FileAsId MAP_TO_ORG
public static final FileAsId MAP_TO_LASTFIRSTORG
public static final FileAsId MAP_TO_ORGLASTFIRST
Method Detail |
public java.lang.String getName()
public java.lang.String getName(java.util.Locale locale)
locale
- the localepublic int getStoreValue()
public static FileAsId get(int iStoreValue)
iStoreValue
- the store valuenull
public static FileAsId get(java.lang.String sName)
sName
- the name in the system default localenull
if not foundpublic static java.util.List getList()
FileAsId
ids (unmodifiable)public boolean equals(java.lang.Object o)
FileAsId
object is "equal to" this one.equals
in class java.lang.Object
true
if this object is the same as the obj argumentpublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(java.util.Locale locale)
locale
- the locale
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |