Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.model.preverifier
Class StandardPreverifierParameters

java.lang.Object
  extended by org.eclipse.mtj.core.model.preverifier.StandardPreverifierParameters
All Implemented Interfaces:
IPersistable

public class StandardPreverifierParameters
extends Object
implements IPersistable

A simple holder class that tracks the parameters for preverification.


Field Summary
 String[] cldc10
           
 String[] cldc11
           
 
Constructor Summary
StandardPreverifierParameters()
          Construct a new instance of the parameters.
StandardPreverifierParameters(String[] cldc10, String[] cldc11)
          Construct a new instance of the parameters.
 
Method Summary
 void loadUsing(IPersistenceProvider persistenceProvider)
          Load the state of this object using the specified persistence state information.
 void storeUsing(IPersistenceProvider persistenceProvider)
          Save the state of this object using the specified persistence state information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cldc10

public String[] cldc10

cldc11

public String[] cldc11
Constructor Detail

StandardPreverifierParameters

public StandardPreverifierParameters()
Construct a new instance of the parameters.


StandardPreverifierParameters

public StandardPreverifierParameters(String[] cldc10,
                                     String[] cldc11)
Construct a new instance of the parameters.

Parameters:
cldc10 -
cldc11 -
Method Detail

loadUsing

public void loadUsing(IPersistenceProvider persistenceProvider)
               throws PersistenceException
Description copied from interface: IPersistable
Load the state of this object using the specified persistence state information.

Specified by:
loadUsing in interface IPersistable
Throws:
PersistenceException
See Also:
IPersistable.loadUsing(org.eclipse.mtj.core.persistence.IPersistenceProvider)

storeUsing

public void storeUsing(IPersistenceProvider persistenceProvider)
                throws PersistenceException
Description copied from interface: IPersistable
Save the state of this object using the specified persistence state information.

Specified by:
storeUsing in interface IPersistable
Throws:
PersistenceException
See Also:
IPersistable.storeUsing(org.eclipse.mtj.core.persistence.IPersistenceProvider)

Mobile Tools for Java
Release 1.0