public class CDOIDReference extends Object implements CDOReference<CDOID>
CDOID typed reference from one object to another object.NO_INDEX| Constructor and Description |
|---|
CDOIDReference(CDODataInput in) |
CDOIDReference(CDOID targetID,
CDOID sourceID,
EStructuralFeature sourceFeature,
int sourceIndex) |
| Modifier and Type | Method and Description |
|---|---|
EStructuralFeature |
getSourceFeature()
|
int |
getSourceIndex() |
CDOID |
getSourceObject() |
CDOID |
getTargetObject() |
String |
toString() |
void |
write(CDODataOutput out) |
public CDOIDReference(CDOID targetID, CDOID sourceID, EStructuralFeature sourceFeature, int sourceIndex)
public CDOIDReference(CDODataInput in) throws IOException
IOExceptionpublic void write(CDODataOutput out) throws IOException
IOExceptionpublic CDOID getTargetObject()
getTargetObject in interface CDOReference<CDOID>public CDOID getSourceObject()
getSourceObject in interface CDOReference<CDOID>public EStructuralFeature getSourceFeature()
CDOReferencegetSourceFeature in interface CDOReference<CDOID>public int getSourceIndex()
getSourceIndex in interface CDOReference<CDOID>Copyright (c) 2014 Eike Stepper (Berlin, 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