static class NVUtil.to_prop extends java.lang.Object implements operatorFunc
| Modifier and Type | Field and Description | 
|---|---|
Properties | 
m_prop  | 
| Constructor and Description | 
|---|
to_prop()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
public Properties m_prop
public void operator(java.lang.Object elem)
operator in interface operatorFuncelem - 
   NameValue object in making originjava.lang.ClassCastException - 
   Throws Exception, when the specified object is not 
   NameValue object. public void operator(NameValue nv)
nv - 
   NameValue object in making origin