org.eclipse.gmf.runtime.notation
Class Filtering
java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.gmf.runtime.notation.Filtering
-
All Implemented Interfaces:
- java.io.Serializable, org.eclipse.emf.common.util.Enumerator
-
public final class Filtering
- extends org.eclipse.emf.common.util.AbstractEnumerator
A representation of the literals of the enumeration '
Filtering
',
and utility methods for working with them.
-
See Also:
-
NotationPackage.getFiltering()
,
Serialized Form
-
** Generated **
-
-
Model:
-
Method Summary
|
static
Filtering
|
get
(int value)
Returns the '
Filtering
' literal with the specified integer value |
static
Filtering
|
get
(java.lang.String literal)
Returns the '
Filtering
' literal with the specified literal value |
static
Filtering
|
getByName
(java.lang.String name)
Returns the '
Filtering
' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
|
getLiteral, getName, getValue, toString, writeReplace
|
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
|
NONE
public static final int NONE
- The '
None
' literal value.
-
See Also:
-
NONE_LITERAL
,
Constant Field Values
-
** Generated **
-
-
Ordered:
-
-
Model:
- name="None"
MANUAL
public static final int MANUAL
- The '
Manual
' literal value.
-
See Also:
-
MANUAL_LITERAL
,
Constant Field Values
-
** Generated **
-
-
Ordered:
-
-
Model:
- name="Manual"
AUTOMATIC
public static final int AUTOMATIC
- The '
Automatic
' literal value.
-
See Also:
-
AUTOMATIC_LITERAL
,
Constant Field Values
-
** Generated **
-
-
Ordered:
-
-
Model:
- name="Automatic"
NONE_LITERAL
public static final
Filtering NONE_LITERAL
- The '
None
' literal object.
-
See Also:
-
NONE
-
** Generated **
-
-
Ordered:
-
MANUAL_LITERAL
public static final
Filtering MANUAL_LITERAL
- The '
Manual
' literal object.
-
See Also:
-
MANUAL
-
** Generated **
-
-
Ordered:
-
AUTOMATIC_LITERAL
public static final
Filtering AUTOMATIC_LITERAL
- The '
Automatic
' literal object.
-
See Also:
-
AUTOMATIC
-
** Generated **
-
-
Ordered:
-
VALUES
public static final java.util.List VALUES
- A public read-only list of all the '
Filtering
' enumerators.
-
** Generated **
-
get
public static
Filtering get(java.lang.String literal)
- Returns the '
Filtering
' literal with the specified literal value.
-
-
** Generated **
-
getByName
public static
Filtering getByName(java.lang.String name)
- Returns the '
Filtering
' literal with the specified name.
-
-
** Generated **
-
get
public static
Filtering get(int value)
- Returns the '
Filtering
' literal with the specified integer value.
-
-
** Generated **
-
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.