Searched refs:propertyInfo (Results 1 – 6 of 6) sorted by relevance
161 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index); in getPropertyAsString() local162 return propertyInfo.getValue().toString(); in getPropertyAsString()286 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue()); in getPrimitiveProperty() local287 if (propertyInfo.getType() != SoapObject.class && propertyInfo.getValue() != null) { in getPrimitiveProperty()288 return propertyInfo.getValue(); in getPrimitiveProperty()290 propertyInfo = new PropertyInfo(); in getPrimitiveProperty()291 propertyInfo.setType(String.class); in getPrimitiveProperty()292 propertyInfo.setValue(EMPTY_STRING); in getPrimitiveProperty()293 propertyInfo.setName(name); in getPrimitiveProperty()294 propertyInfo.setNamespace(namespace); in getPrimitiveProperty()[all …]
705 PropertyInfo propertyInfo = new PropertyInfo(); in writeObjectBody() local713 obj.getPropertyInfo(i, properties, propertyInfo); in writeObjectBody()717 if ((propertyInfo.flags & PropertyInfo.TRANSIENT) == 0) { in writeObjectBody()721 writer.startTag(propertyInfo.namespace, propertyInfo.name); in writeObjectBody()722 writeProperty(writer, objValue, propertyInfo); in writeObjectBody()723 writer.endTag(propertyInfo.namespace, propertyInfo.name); in writeObjectBody()735 if (propertyInfo.name != null && propertyInfo.name.length() > 0) { in writeObjectBody()736 name = propertyInfo.name; in writeObjectBody()742 if (propertyInfo.namespace != null && propertyInfo.namespace.length() > 0) { in writeObjectBody()743 namespace = propertyInfo.namespace; in writeObjectBody()[all …]
55 var propertyInfo = typeof(PropertyInfoExtensionsTest) in GetGetMethod_Success()57 Assert.IsNotNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_Success()68 var propertyInfo = typeof(PropertyInfoExtensionsTest) in GetGetMethod_NoAccessibleGetter()70 Assert.IsNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_NoAccessibleGetter()79 var propertyInfo = typeof(PropertyInfoExtensionsTest) in GetSetMethod_Success()81 Assert.IsNotNull(PropertyInfoExtensions.GetSetMethod(propertyInfo)); in GetSetMethod_Success()92 var propertyInfo = typeof(PropertyInfoExtensionsTest) in GetSetMethod_NoAccessibleGetter()94 Assert.IsNull(PropertyInfoExtensions.GetSetMethod(propertyInfo)); in GetSetMethod_NoAccessibleGetter()
745 + PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue());746 + if (propertyInfo.getType()!=SoapObject.class && propertyInfo.getValue()!=null){747 + return propertyInfo.getValue();749 + propertyInfo = new PropertyInfo();750 + propertyInfo.setType(String.class);751 + propertyInfo.setValue(EMPTY_STRING);752 + propertyInfo.setName(name);753 + propertyInfo.setNamespace(namespace);754 + return (Object) propertyInfo.getValue();771 + PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index.intValue());[all …]
31 PropertyInfo propertyInfo) in readInstance() argument
META-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...