public interface CDOID extends java.lang.Comparable<CDOID>, java.io.Serializable
repository
.Modifier and Type | Interface and Description |
---|---|
static class |
CDOID.ObjectType
|
static class |
CDOID.Type
Enumerates the possible types of CDO
IDs . |
Modifier and Type | Method and Description |
---|---|
CDOID.Type |
getType() |
boolean |
isDangling()
Deprecated.
|
boolean |
isExternal() |
boolean |
isNil() |
boolean |
isNull() |
boolean |
isObject() |
boolean |
isTemporary() |
java.lang.String |
toURIFragment() |
CDOID.Type getType()
boolean isNull()
boolean isNil()
boolean isObject()
boolean isTemporary()
@Deprecated boolean isDangling()
boolean isExternal()
java.lang.String toURIFragment()
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