|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.LocaleID
The LocaleID
class
represents locale information,
which includes information about language and country.
Constructor Summary | |
LocaleID()
constructor |
|
LocaleID(char[] str)
constructor |
|
LocaleID(LocaleID nameID)
constructor |
|
LocaleID(java.lang.String str)
constructor |
Method Summary | |
java.lang.Object |
clone()
Makes a copy of the object. |
char[] |
toCharArray()
Returns locale information in an array of characters. |
java.lang.String |
toString()
Returns locale information in a string. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LocaleID()
public LocaleID(java.lang.String str)
public LocaleID(char[] str)
public LocaleID(LocaleID nameID)
Method Detail |
public char[] toCharArray()
public java.lang.String toString()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |