Lines Matching defs:value
25 private String value; // The translation of the key item
39 * @param value The translated value of the item appropriate for the encoding of the bundle file to which the item belongs
42 public BundleItem(BundleGroup parent, String name, String value) {
44 this.value = value;
104 * Returns the translation value for the item.
108 return value;
139 * Sets the translated value of the item. A true mark indicates that the item has
172 * it does not change the lookup value of any other items in the resource bundle.
181 * Sets the translation value of the item.
185 value = translationValue;
294 retStr += "\n" + name + "=" + saveConvert(value);