jp.go.aist.rtm.RTC.util
Class NameValueFactory

java.lang.Object
  extended by jp.go.aist.rtm.RTC.util.NameValueFactory

public class NameValueFactory
extends java.lang.Object

Implementation of NamaValue factory


Constructor Summary
NameValueFactory()
           
 
Method Summary
static NameValue clone(NameValue rhs)
           Creates the clone of NameValue
static NameValue create()
           Creates NameValue object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameValueFactory

public NameValueFactory()
Method Detail

create

public static NameValue create()
Creates NameValue object

Returns:
Created NameValue object

clone

public static NameValue clone(NameValue rhs)
Creates the clone of NameValue

Parameters:
rhs - NameValue object
Returns:
Copied NameValue object