Interface COM.ibm.jaws.models.trs.State
All Packages Class Hierarchy This Package Previous Next Index
Interface COM.ibm.jaws.models.trs.State
- public interface State
- extends Object
- extends Common
-
getAbbreviation()
-
-
getCountry()
-
-
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()
getCountry
public abstract Country getCountry()
getName
public abstract String getName()
getURL
public abstract URL getURL()
All Packages Class Hierarchy This Package Previous Next Index