Uses of Class
org.yestech.rpx.objectmodel.RPXStat

Packages that use RPXStat
org.yestech.rpx   
org.yestech.rpx.objectmodel   
 

Uses of RPXStat in org.yestech.rpx
 

Methods in org.yestech.rpx that return RPXStat
 RPXStat RPXClient.map(String identifier, String primaryKey, boolean overwrite)
           
 RPXStat DefaultRPXClient.map(String identifier, String primaryKey, boolean overwrite)
           
 

Uses of RPXStat in org.yestech.rpx.objectmodel
 

Methods in org.yestech.rpx.objectmodel that return RPXStat
static RPXStat RPXStat.fromString(String s)
           
 RPXStat RPXException.getStat()
           
 RPXStat MappingsResponse.getStat()
           
 RPXStat GetContactsResponse.getStat()
           
 RPXStat AuthInfoResponse.getStat()
           
static RPXStat RPXStat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RPXStat[] RPXStat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.yestech.rpx.objectmodel with parameters of type RPXStat
 void MappingsResponse.setStat(RPXStat stat)
           
 void GetContactsResponse.setStat(RPXStat stat)
           
 void AuthInfoResponse.setStat(RPXStat stat)
           
 

Constructors in org.yestech.rpx.objectmodel with parameters of type RPXStat
RPXException(String message, int code, RPXStat stat)
           
 



Copyright © 2010 YES Technology Association. All Rights Reserved.