org.eclipse.emf.cdo.transfer
Class CDOTransferType.Text

java.lang.Object
  extended by org.eclipse.emf.cdo.transfer.CDOTransferType
      extended by org.eclipse.emf.cdo.transfer.CDOTransferType.Text
All Implemented Interfaces:
Comparable<CDOTransferType>
Enclosing class:
CDOTransferType

public static final class CDOTransferType.Text
extends CDOTransferType

A transfer type for text elements that have a special encoding.

Call CDOTransferType.text(String) to get an encoding-specific instance.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.cdo.transfer.CDOTransferType
CDOTransferType.Text
 
Field Summary
 
Fields inherited from class org.eclipse.emf.cdo.transfer.CDOTransferType
BINARY, FOLDER, MODEL, REGISTRY, UTF8
 
Method Summary
 String getEncoding()
           
 String toString()
           
 
Methods inherited from class org.eclipse.emf.cdo.transfer.CDOTransferType
compareTo, equals, hashCode, text
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getEncoding

public String getEncoding()

toString

public String toString()
Overrides:
toString in class Object


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.