public class CDOTransferType extends java.lang.Object implements java.lang.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 java.util.Map<java.lang.String,CDOTransferType> |
REGISTRY |
static CDOTransferType.Text |
UTF8 |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(CDOTransferType o) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
static CDOTransferType.Text |
text(java.lang.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 java.util.Map<java.lang.String,CDOTransferType> REGISTRY
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int compareTo(CDOTransferType o)
compareTo
in interface java.lang.Comparable<CDOTransferType>
public static CDOTransferType.Text text(java.lang.String encoding)
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html