org.neodatis.odb.core.layers.layer3
Interface IBaseIdentification

All Known Implementing Classes:
IOFileParameter, IOSocketParameter, ServerFileParameter

public interface IBaseIdentification

An interface to get info about database parameters

Author:
osmadja

Method Summary
 boolean canWrite()
           
 java.lang.String getDirectory()
           
 java.lang.String getIdentification()
           
 java.lang.String getPassword()
           
 java.lang.String getUserName()
           
 boolean isLocal()
           
 boolean isNew()
           
 

Method Detail

canWrite

boolean canWrite()

getIdentification

java.lang.String getIdentification()

isNew

boolean isNew()

isLocal

boolean isLocal()

getDirectory

java.lang.String getDirectory()

getUserName

java.lang.String getUserName()

getPassword

java.lang.String getPassword()