Uses of Class
jp.go.aist.rtm.RTC.FactoryGlobal.ReturnCode

Packages that use FactoryGlobal.ReturnCode
jp.go.aist.rtm.RTC   
 

Uses of FactoryGlobal.ReturnCode in jp.go.aist.rtm.RTC
 

Methods in jp.go.aist.rtm.RTC that return FactoryGlobal.ReturnCode
 FactoryGlobal.ReturnCode FactoryGlobal.addFactory(IDENTIFIER id, ObjectCreator creator, ObjectDestructor destructor)
           Resters Factory to the map.
 FactoryGlobal.ReturnCode FactoryGlobal.removeFactory(IDENTIFIER id)
           Removes Factory from the map.
static FactoryGlobal.ReturnCode FactoryGlobal.ReturnCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FactoryGlobal.ReturnCode[] FactoryGlobal.ReturnCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.