openlr.map.sqlite.loader
Class DBFileNameParameter

java.lang.Object
  extended by openlr.map.sqlite.loader.DBFileNameParameter
All Implemented Interfaces:
Serializable, openlr.map.loader.MapLoadParameter

public class DBFileNameParameter
extends Object
implements openlr.map.loader.MapLoadParameter

The class DBFileNameParameter implements a map loader parameter. This parameter represents the path to the database file.

OpenLR is a trade mark of TomTom International B.V.

email: software@openlr.org

Author:
TomTom International B.V.
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface openlr.map.loader.MapLoadParameter
openlr.map.loader.MapLoadParameter.ParameterType
 
Field Summary
static int IDENTIFIER
          The Constant IDENTIFIER.
 
Constructor Summary
DBFileNameParameter()
           
 
Method Summary
 String getDescription()
          
 int getIdentifier()
          
 String getName()
          
 openlr.map.loader.MapLoadParameter.ParameterType getType()
          
 String getValue()
          
 boolean isRequired()
           
 void setValue(String s)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IDENTIFIER

public static final int IDENTIFIER
The Constant IDENTIFIER.

See Also:
Constant Field Values
Constructor Detail

DBFileNameParameter

public DBFileNameParameter()
Method Detail

getDescription

public final String getDescription()

Specified by:
getDescription in interface openlr.map.loader.MapLoadParameter

getName

public final String getName()

Specified by:
getName in interface openlr.map.loader.MapLoadParameter

isRequired

public final boolean isRequired()
Specified by:
isRequired in interface openlr.map.loader.MapLoadParameter

getType

public final openlr.map.loader.MapLoadParameter.ParameterType getType()

Specified by:
getType in interface openlr.map.loader.MapLoadParameter

getIdentifier

public final int getIdentifier()

Specified by:
getIdentifier in interface openlr.map.loader.MapLoadParameter

getValue

public final String getValue()

Specified by:
getValue in interface openlr.map.loader.MapLoadParameter

setValue

public final void setValue(String s)
Sets the value.

Specified by:
setValue in interface openlr.map.loader.MapLoadParameter
Parameters:
s - the new value


Copyright © 2012 TomTom International B.V.. All Rights Reserved.