Interface COM.ibm.jaws.models.trs.Country
All Packages Class Hierarchy This Package Previous Next Index
Interface COM.ibm.jaws.models.trs.Country
- public interface Country
- extends Object
- extends Common
-
getAbbreviation()
-
-
getName()
-
-
getURL()
-
-
toString()
- Returns a String that represents the value of this Object.
toString
public abstract String toString()
- Returns a String that represents the value of this Object.
- Overrides:
- toString in class Object
getAbbreviation
public abstract String getAbbreviation()
getName
public abstract String getName()
getURL
public abstract URL getURL()
All Packages Class Hierarchy This Package Previous Next Index