Package org.eclipse.emf.cdo.server
Interface CDOServerExporter.BinaryConstants
- 
- All Known Implementing Classes:
- CDOServerExporter.Binary,- CDOServerImporter.Binary
 - Enclosing class:
- CDOServerExporter<OUT>
 
 public static interface CDOServerExporter.BinaryConstants- Since:
- 4.8
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Field SummaryFields Modifier and Type Field Description static byteBLOBstatic byteBRANCHstatic byteCLOBstatic byteCOMMITstatic byteEOFstatic bytePACKAGE_INFOstatic bytePACKAGE_UNITstatic byteREPOSITORYstatic byteREVISION
 
- 
- 
- 
Field Detail- 
REPOSITORYstatic final byte REPOSITORY - See Also:
- Constant Field Values
 
 - 
PACKAGE_UNITstatic final byte PACKAGE_UNIT - See Also:
- Constant Field Values
 
 - 
PACKAGE_INFOstatic final byte PACKAGE_INFO - See Also:
- Constant Field Values
 
 - 
BRANCHstatic final byte BRANCH - See Also:
- Constant Field Values
 
 - 
REVISIONstatic final byte REVISION - See Also:
- Constant Field Values
 
 - 
BLOBstatic final byte BLOB - See Also:
- Constant Field Values
 
 - 
CLOBstatic final byte CLOB - See Also:
- Constant Field Values
 
 - 
COMMITstatic final byte COMMIT - See Also:
- Constant Field Values
 
 - 
EOFstatic final byte EOF - See Also:
- Constant Field Values
 
 
- 
 
-