Lines Matching defs:isWritable
100 * @param isWritable True if the attribute has a setter method, false otherwise.
113 boolean isWritable,
115 this(name, type, description, isReadable, isWritable, isIs,
126 * @param isWritable True if the attribute has a setter method, false otherwise.
143 boolean isWritable,
150 this.isWrite = isWritable;
235 public boolean isWritable() {
251 if (isWritable())
255 } else if (isWritable())
279 * #isWritable()}, and {@link #isIs()} values are equal (not
293 p.isWritable() == isWritable() &&