Retrieves a boolean value indicating whether the underlying field supports write operations.
public boolean getWriteAllowed()
Returns true if the underlying field can be written to; otherwise, returns false. If it cannot be determined whether the field can be written to, true is returned.
See Also getReadOnly