Home
last modified time | relevance | path

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

/aoo41x/main/odk/examples/java/Inspector/
H A DUnoPropertyNode.java123 …XPropertyTypeDescription[] xPropertyTypeDescriptions = Introspector.getIntrospector().getPropertyD… in doesServiceSupportProperty() local
124 for (int i = 0; i < xPropertyTypeDescriptions.length; i++){ in doesServiceSupportProperty()
125 … if (xPropertyTypeDescriptions[i].getName().equals(_sServiceName + "." + _sPropertyName)){ in doesServiceSupportProperty()
H A DIntrospector.java265 …XPropertyTypeDescription[] xPropertyTypeDescriptions = getPropertyDescriptionsOfService(_sServiceN… in getProperties() local
267 … if (!hasByName(xPropertyTypeDescriptions, _sServiceName + "." + aProperties[i].Name)){ in getProperties()
423 … XPropertyTypeDescription[] xPropertyTypeDescriptions = xServiceTypeDescription.getProperties(); in getPropertyDescriptionsOfService() local
424 return xPropertyTypeDescriptions; in getPropertyDescriptionsOfService()

Completed in 12 milliseconds