org.omegahat.Environment.Databases
Interface ReadWriteDatabaseInt

All Known Implementing Classes:
ReadWriteDatabase

public interface ReadWriteDatabaseInt

An interface defining the methods of a Database that offers optional read-only facilities on a per-element basis.


Method Summary
 boolean readOnly(java.lang.String name)
           
 boolean readOnly(java.lang.String name, boolean value)
           
 

Method Detail

readOnly

public boolean readOnly(java.lang.String name)

readOnly

public boolean readOnly(java.lang.String name,
                        boolean value)