Determines FIFO operations support.
            
| C# | Visual Basic | Visual C++ | J# | 
public enum FifoSupport
Public Enumeration FifoSupport
public enum class FifoSupport
public enum FifoSupport
| Member | Description | 
|---|---|
| Default | 
            FIFO support will be inherited from the base class. 
            If base class doesn't have FIFO settings, FifoSupport will be set to OFF.		 
              | 
| Off | 
            FIFO operations are not supported for this class.
              | 
| Operation | 
            FIFO operations are supported for this class. Use {@link com.j_spaces.core.client.ReadModifiers#FIFO} to perform a FIFO operation. 
              | 
| All | 
            FIFO operations are supported for this class. All operations involving this class are FIFO.
              | 
