jp.go.aist.rtm.RTC.util
Class NVUtil.to_prop

java.lang.Object
  extended by jp.go.aist.rtm.RTC.util.NVUtil.to_prop
All Implemented Interfaces:
operatorFunc
Enclosing class:
NVUtil

static class NVUtil.to_prop
extends java.lang.Object
implements operatorFunc

Helper class that makes Properties object based on content of specified NameValue object


Field Summary
 Properties m_prop
           
 
Constructor Summary
NVUtil.to_prop()
           
 
Method Summary
 void operator(NameValue nv)
           {@.en Makes Properties object based on the content of the specified NameValue object.
 void operator(java.lang.Object elem)
           {@.en Makes Properties object based on the content of the specified NameValue object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_prop

public Properties m_prop
Constructor Detail

NVUtil.to_prop

NVUtil.to_prop()
Method Detail

operator

public void operator(java.lang.Object elem)
Makes Properties object based on the content of the specified NameValue object.

Specified by:
operator in interface operatorFunc
Parameters:
elem - NameValue object in making origin
Throws:
java.lang.ClassCastException - Throws Exception, when the specified object is not NameValue object.

operator

public void operator(NameValue nv)
Makes Properties object based on the content of the specified NameValue object.

Parameters:
nv - NameValue object in making origin