Searched refs:CurPropertyValue (Results 1 – 3 of 3) sorted by relevance
102 public static Object getPropertyValue(PropertyValue[] CurPropertyValue, String PropertyName) in getPropertyValue() argument104 int MaxCount = CurPropertyValue.length; in getPropertyValue()107 if (CurPropertyValue[i] != null) in getPropertyValue()109 if (CurPropertyValue[i].Name.equals(PropertyName)) in getPropertyValue()111 return CurPropertyValue[i].Value; in getPropertyValue()144 public static Object getPropertyValuefromAny(Object[] CurPropertyValue, String PropertyName) in getPropertyValuefromAny() argument146 if (CurPropertyValue != null) in getPropertyValuefromAny()148 int MaxCount = CurPropertyValue.length; in getPropertyValuefromAny()151 if (CurPropertyValue[i] != null) in getPropertyValuefromAny()153 PropertyValue aValue = (PropertyValue) CurPropertyValue[i]; in getPropertyValuefromAny()[all …]
124 public void startWizard(XMultiServiceFactory xMSF, Object[] CurPropertyValue) in startWizard() argument
135 public void startWizard(XMultiServiceFactory xMSF, Object[] CurPropertyValue) in startWizard() argument