org.objectweb.speedo.mapper.api
Interface JormFactoryAttributes

All Known Implementing Classes:
BasicJormFactory

public interface JormFactoryAttributes

Author:
S.Chassande-Barrioz

Field Summary
static byte CREATE_IF_REQUIRED
          The mapping structures are created if they are not already present
static byte DELETE_DATA
          The data present in the mapping structure are removed.
static byte DO_NOTHING
          nothing is done.
static byte FORCE_CREATE
          The mapping structures are removed (if they already exist), and created.
 
Method Summary
 byte getMappingStructureRule()
           
 void setMappingStructureRule(byte rule)
           
 

Field Detail

DO_NOTHING

public static final byte DO_NOTHING
nothing is done. Then the mapping structures already exist at the Speedo starting

See Also:
Constant Field Values

CREATE_IF_REQUIRED

public static final byte CREATE_IF_REQUIRED
The mapping structures are created if they are not already present

See Also:
Constant Field Values

FORCE_CREATE

public static final byte FORCE_CREATE
The mapping structures are removed (if they already exist), and created.

See Also:
Constant Field Values

DELETE_DATA

public static final byte DELETE_DATA
The data present in the mapping structure are removed. Of course if the mapping structure do not exist, they are created.

See Also:
Constant Field Values
Method Detail

getMappingStructureRule

public byte getMappingStructureRule()

setMappingStructureRule

public void setMappingStructureRule(byte rule)