Home
last modified time | relevance | path

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

/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java179 return fieldDescriptions; //TODO: clone? in getFieldDescriptions()
184 for (int i = 0; i < fieldDescriptions.length; ++i) { in getFieldDescription()
185 if (fieldDescriptions[i].getName().equals(name)) { in getFieldDescription()
186 return fieldDescriptions[i]; in getFieldDescription()
393 this.fieldDescriptions = calculateFieldDescriptions(args); in TypeDescription()
714 private final IFieldDescription[] fieldDescriptions; field in TypeDescription

Completed in 20 milliseconds