Searched refs:PROPNAME_UIORDER (Results 1 – 2 of 2) sorted by relevance
100 public static final java.lang.String PROPNAME_UIORDER = "UIOrder"; field in Cache773 aResultMap.put(PROPNAME_UIORDER , aMap.get(PROPNAME_UIORDER )); in convertTypePropsToExternal()1046 aResultMap.put(PROPNAME_UIORDER, new java.lang.Integer(0)); in convertTypePropsToInternal()1116 aResultMap.put(PROPNAME_UIORDER , aMap.get(PROPNAME_UIORDER )); in convertTypePropsToInternal()1971 (!aType.containsKey(PROPNAME_UIORDER )) || in validateTypes()1979 if (((java.lang.Integer)aType.get(PROPNAME_UIORDER)).intValue() < 0) in validateTypes()2248 java.lang.Integer nUIOrder = (java.lang.Integer)aType.get(PROPNAME_UIORDER); in transform60to6Y()2259 aType.put(PROPNAME_UIORDER, nOrder); in transform60to6Y()
262 (sTag.equals(Cache.PROPNAME_UIORDER )) || in getTypeForTag()
Completed in 39 milliseconds