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

Method Index

 o getAbbreviation()
 o getCountry()
 o getName()
 o getURL()
 o toString()
Returns a String that represents the value of this Object.

Methods

 o toString
  public abstract String toString()
Returns a String that represents the value of this Object.
Overrides:
toString in class Object
 o getAbbreviation
  public abstract String getAbbreviation()
 o getCountry
  public abstract Country getCountry()
 o getName
  public abstract String getName()
 o getURL
  public abstract URL getURL()

All Packages  Class Hierarchy  This Package  Previous  Next  Index