|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.scrashmeow.ojb.console.GeneratedObject | +--org.scrashmeow.ojb.console.config.Languages
Class Languages.
Constructor Summary | |
Languages()
|
Method Summary | |
void |
addLocale(int index,
Locale vLocale)
Method addLocale |
void |
addLocale(Locale vLocale)
Method addLocale |
void |
clearLocale()
Method clearLocale |
java.util.Enumeration |
enumerateLocale()
Method enumerateLocale |
Locale[] |
getLocale()
Method getLocale |
Locale |
getLocale(int index)
Method getLocale |
int |
getLocaleCount()
Method getLocaleCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeLocale(Locale vLocale)
Method removeLocale |
void |
setLocale(int index,
Locale vLocale)
Method setLocale |
void |
setLocale(Locale[] localeArray)
Method setLocale |
static Languages |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Languages()
Method Detail |
public void addLocale(Locale vLocale) throws java.lang.IndexOutOfBoundsException
vLocale
-
java.lang.IndexOutOfBoundsException
public void addLocale(int index, Locale vLocale) throws java.lang.IndexOutOfBoundsException
index
- vLocale
-
java.lang.IndexOutOfBoundsException
public void clearLocale()
public java.util.Enumeration enumerateLocale()
public Locale getLocale(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public Locale[] getLocale()
public int getLocaleCount()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public boolean removeLocale(Locale vLocale)
vLocale
- public void setLocale(int index, Locale vLocale) throws java.lang.IndexOutOfBoundsException
index
- vLocale
-
java.lang.IndexOutOfBoundsException
public void setLocale(Locale[] localeArray)
localeArray
- public static Languages unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |