Home | History | Annotate | Download | only in model

Lines Matching defs:DESCRIPTORS

25 	// Property descriptors
47 private static Vector DESCRIPTORS;
49 DESCRIPTORS = new Vector();
51 DESCRIPTORS.add(getInfosDescriptor(status));
52 DESCRIPTORS.add(getWarningsDescriptor(status));
53 DESCRIPTORS.add(ERROR_DESCRIPTOR);
56 DESCRIPTORS.addElement(DIMENSION_DESCRIPTOR);
58 DESCRIPTORS.addElement(DIM_COUNT_DESCRIPTOR);
60 DESCRIPTORS.addElement(DIM_AVERAGE_DESCRIPTOR);
62 DESCRIPTORS.addElement(DIM_STDDEV_DESCRIPTOR);
64 DESCRIPTORS.addElement(DIM_ERROR_DESCRIPTOR);
66 DESCRIPTORS.addElement(DIM_HAD_VALUES_DESCRIPTOR);
69 DESCRIPTORS.add(COMMENT_DESCRIPTOR);
71 return DESCRIPTORS;
74 return DESCRIPTORS;
98 Vector descriptors = getDescriptors();
99 if (descriptors == null) {
100 descriptors = initDescriptors(getStatus());
102 int size = descriptors.size();
107 descriptorsArray[i] = (IPropertyDescriptor) descriptors.get(i);