Searched refs:objValue (Results 1 – 7 of 7) sorted by relevance
160 public String objValue() { in objValue() method in DelegatedHdf161 return getHdf().objValue(); in objValue()
68 list.add(lpHdf.objValue()); in getLoadPaths()
154 String objValue(); in objValue() method
718 Object objValue = obj.getProperty(i); in writeObjectBody() local719 if ((prop != null || !skipNullProperties) && (objValue in writeObjectBody()722 writeProperty(writer, objValue, propertyInfo); in writeObjectBody()837 Object objValue = obj.getProperty(i); in writeArrayListBody() local838 if ((prop != null || !skipNullProperties) && (objValue in writeArrayListBody()841 writeProperty(writer, objValue, propertyInfo); in writeArrayListBody()
210 public String objValue() { in objValue() method in JHdf
346 public String objValue() {
1610 + Object objValue = obj.getProperty(i);1611 + if ((prop != null || !skipNullProperties) && (objValue != SoapPrimitive.NullSk…1613 + writeProperty(writer, objValue, propertyInfo);1746 + Object objValue = obj.getProperty(i);1747 + if ((prop != null || !skipNullProperties) && (objValue != SoapPrimitive.NullSk…1749 + writeProperty(writer, objValue, propertyInfo);