|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.gmf.runtime.common.core.util.EnumeratedType
org.eclipse.gmf.runtime.common.ui.dialogs.ExpansionType
Expansion type enumeration for SRE. Incoming, outoging, both incoming and ouotgoing, and all connected.
| Field Summary | |
static ExpansionType |
ALL
All connected relatinoships |
static ExpansionType |
BOTH
Incoming and outgoing relationships |
static ExpansionType |
INCOMING
Incoming relationships |
static ExpansionType |
NONE
No expansion type. |
static ExpansionType |
OUTGOING
Outgoing relationships |
static ExpansionType[] |
VALUES
The list of values for this enumerated type. |
| Constructor Summary | |
protected |
ExpansionType(java.lang.String name,
int ordinal)
Constructs a new model type with the specified name and ordinal. |
| Method Summary | |
protected java.util.List |
getValues()
Retrieves the list of constants for this enumerated type. |
| Methods inherited from class org.eclipse.gmf.runtime.common.core.util.EnumeratedType |
equals, getName, getOrdinal, hashCode, readResolve, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final ExpansionType NONE
public static final ExpansionType INCOMING
public static final ExpansionType OUTGOING
public static final ExpansionType BOTH
public static final ExpansionType ALL
public static final ExpansionType[] VALUES
| Constructor Detail |
protected ExpansionType(java.lang.String name,
int ordinal)
name - The name of the new model type.ordinal - The ordinal for the new model type.| Method Detail |
protected java.util.List getValues()
getValues in class EnumeratedTypeEnumeratedType.getValues()
|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.