7.0 Action Request System Java API

com.remedy.arsys.api
Class LocaleID

java.lang.Object
  extended bycom.remedy.arsys.api.LocaleID
All Implemented Interfaces:
java.lang.Cloneable

public class LocaleID
extends java.lang.Object
implements java.lang.Cloneable

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

LocaleID

public LocaleID()
constructor


LocaleID

public LocaleID(java.lang.String str)
constructor


LocaleID

public LocaleID(char[] str)
constructor


LocaleID

public LocaleID(LocaleID nameID)
constructor

Method Detail

toCharArray

public char[] toCharArray()
Returns locale information in an array of characters.


toString

public java.lang.String toString()
Returns locale information in a string.


clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Makes a copy of the object.

Throws:
java.lang.CloneNotSupportedException

7.0 Action Request System Java API