Home
last modified time | relevance | path

Searched refs:paramInfo (Results 1 – 1 of 1) sorted by relevance

/trunk/main/odk/examples/java/Inspector/
H A DUnoMethodNode.java152 ParamInfo[] paramInfo = m_xIdlMethod.getParameterInfos(); in getParameterDescription() local
155 if (Introspector.isValid(paramInfo)) { in getParameterDescription()
157 for ( int i = 0; i < paramInfo.length; i++ ) { in getParameterDescription()
158 XIdlClass xIdlClass = paramInfo[ i ].aType; in getParameterDescription()
161 … sParameters += "[" + getParamMode(paramInfo[ i ].aMode ) + "] " + xIdlClass.getName(); in getParameterDescription()
165 … sParameters += ", [" + getParamMode(paramInfo[ i ].aMode ) + "] " + xIdlClass.getName(); in getParameterDescription()

Completed in 18 milliseconds