Lines Matching refs:EMPTY_STRING
620 private static final String EMPTY_STRING = "";
670 + * @return the string value of the property if it exists; if not, #EMPTY_STRING is
678 + return EMPTY_STRING;
683 + return EMPTY_STRING;
714 + * property does not exist, if the defaultThing is null #EMPTY_STRING
725 + return EMPTY_STRING;
731 + return EMPTY_STRING;
751 + propertyInfo.setValue(EMPTY_STRING);
775 + return EMPTY_STRING;
787 … * @return the string value of the property if it exists and is primitive; if not, #EMPTY_STRING is
799 + propertyInfo.setValue(EMPTY_STRING);
814 … * @return the string value of the property if it exists and is primitive; if not, #EMPTY_STRING is
824 + return EMPTY_STRING;
827 + return EMPTY_STRING;
885 return EMPTY_STRING;
909 return EMPTY_STRING;
1022 StringBuffer buf = new StringBuffer(EMPTY_STRING + name + "{");
1027 buf.append(EMPTY_STRING)