|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.util.CountryRegionEnumerator.Region
public class CountryRegionEnumerator.Region
This class represents a region.
Constructor Summary | |
---|---|
CountryRegionEnumerator.Region(java.lang.String sFullName,
java.lang.String sAbbreviatedName)
Constructor. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o1)
Compare this country to the given one. |
java.lang.String |
getAbbreviatedName()
Get the standard abbreviation of the region. |
java.lang.String |
getFullName()
Get the full name of the region. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CountryRegionEnumerator.Region(java.lang.String sFullName, java.lang.String sAbbreviatedName)
Method Detail |
---|
public java.lang.String getFullName()
public java.lang.String getAbbreviatedName()
public int compareTo(java.lang.Object o1)
compareTo
in interface java.lang.Comparable
int
- the object to compare to (most be a Region)
Comparable
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |