com.extrememessaging.ResponseMaster
Class DispositionType

java.lang.Object
  extended by com.extrememessaging.ResponseMaster.DispositionType

public class DispositionType
extends java.lang.Object

This class holds the information about a disposition type It is created from CDispositions.ReadDispositionTypesFromFiles


Field Summary
 java.lang.String DispositionName
          Name of the disposition
 java.lang.Class<?> ImplementingClass
          The class that implements this disposition type
 boolean RequiresDetailedDispositionFile
          True if this disposition type requires a detailed disposition file
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DispositionName

public java.lang.String DispositionName
Name of the disposition


RequiresDetailedDispositionFile

public boolean RequiresDetailedDispositionFile
True if this disposition type requires a detailed disposition file


ImplementingClass

public java.lang.Class<?> ImplementingClass
The class that implements this disposition type