public static enum CDOID.Type extends java.lang.Enum<CDOID.Type>
IDs
.Enum Constant and Description |
---|
DANGLING_OBJECT |
EXTERNAL_OBJECT |
EXTERNAL_TEMP_OBJECT |
NIL |
NULL |
OBJECT |
TEMP_OBJECT |
Modifier and Type | Method and Description |
---|---|
char |
getID() |
static java.lang.Enum<?> |
getLiteral(char id) |
static CDOID.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CDOID.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDOID.Type NULL
public static final CDOID.Type NIL
public static final CDOID.Type OBJECT
public static final CDOID.Type EXTERNAL_OBJECT
public static final CDOID.Type DANGLING_OBJECT
public static final CDOID.Type EXTERNAL_TEMP_OBJECT
public static final CDOID.Type TEMP_OBJECT
public static CDOID.Type[] values()
for (CDOID.Type c : CDOID.Type.values()) System.out.println(c);
public static CDOID.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static java.lang.Enum<?> getLiteral(char id)
public char getID()
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