
public class CDOTransferType extends Object implements Comparable<CDOTransferType>
element when it is mapped to a target element by a transfer mapping.| Modifier and Type | Class and Description |
|---|---|
static class |
CDOTransferType.Text
|
| Modifier and Type | Field and Description |
|---|---|
static CDOTransferType |
BINARY |
static CDOTransferType |
FOLDER |
static CDOTransferType |
MODEL |
static Map<String,CDOTransferType> |
REGISTRY |
static CDOTransferType.Text |
UTF8 |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CDOTransferType o) |
boolean |
equals(Object obj) |
int |
hashCode() |
static CDOTransferType.Text |
text(String encoding) |
public static final CDOTransferType FOLDER
public static final CDOTransferType MODEL
public static final CDOTransferType BINARY
public static final CDOTransferType.Text UTF8
public static final Map<String,CDOTransferType> REGISTRY
public int compareTo(CDOTransferType o)
compareTo in interface Comparable<CDOTransferType>public static CDOTransferType.Text text(String encoding)
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.