XTAS Project (0.6 beta)

xtas.object
Class MappingType

java.lang.Object
  |
  +--xtas.object.MappingType

public class MappingType
extends java.lang.Object

Stores types of mapping for MarshallerFactory.getMarshaller()

Version:
$Id: MappingType.java,v 1.2 2002/11/22 16:44:02 geaz Exp $

Field Summary
static int CUSTOM
           
static int INTERNAL
           
 
Constructor Summary
MappingType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTERNAL

public static final int INTERNAL

CUSTOM

public static final int CUSTOM
Constructor Detail

MappingType

public MappingType()

XTAS Project (0.6 beta)