Class Database.
addMapping
public void addMapping(int index,
Mapping vMapping)
throws java.lang.IndexOutOfBoundsException
Method addMapping
addMapping
public void addMapping(Mapping vMapping)
throws java.lang.IndexOutOfBoundsException
Method addMapping
clearMapping
public void clearMapping()
Method clearMapping
enumerateMapping
public java.util.Enumeration enumerateMapping()
Method enumerateMapping
getDatabaseChoice
public DatabaseChoice getDatabaseChoice()
Returns the value of field 'databaseChoice'.
getEngine
public java.lang.String getEngine()
Returns the value of field 'engine'.
getMapping
public Mapping[] getMapping()
Method getMapping
getMapping
public Mapping getMapping(int index)
throws java.lang.IndexOutOfBoundsException
Method getMapping
getMappingCount
public int getMappingCount()
Method getMappingCount
getName
public java.lang.String getName()
Returns the value of field 'name'.
isValid
public boolean isValid()
Method isValid
removeMapping
public boolean removeMapping(Mapping vMapping)
Method removeMapping
setDatabaseChoice
public void setDatabaseChoice(DatabaseChoice databaseChoice)
Sets the value of field 'databaseChoice'.
databaseChoice
- the value of field 'databaseChoice'.
setEngine
public void setEngine(java.lang.String engine)
Sets the value of field 'engine'.
engine
- the value of field 'engine'.
setMapping
public void setMapping(int index,
Mapping vMapping)
throws java.lang.IndexOutOfBoundsException
Method setMapping
setMapping
public void setMapping(Mapping[] mappingArray)
Method setMapping
setName
public void setName(java.lang.String name)
Sets the value of field 'name'.
name
- the value of field 'name'.