IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.notation
Class Filtering

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended bycom.ibm.xtools.notation.Filtering
All Implemented Interfaces:
Enumerator

public final class Filtering
extends AbstractEnumerator

A representation of the literals of the enumeration 'Filtering', and utility methods for working with them.

See Also:
NotationPackage.getFiltering()

Field Summary
static int AUTOMATIC
          The 'Automatic' literal value
static Filtering AUTOMATIC_LITERAL
          The 'Automatic' literal object
static int MANUAL
          The 'Manual' literal value
static Filtering MANUAL_LITERAL
          The 'Manual' literal object
static int NONE
          The 'None' literal value
static Filtering NONE_LITERAL
          The 'None' literal object
static List VALUES
          A public read-only list of all the 'Filtering' enumerators
 
Method Summary
static Filtering get(int value)
          Returns the 'Filtering' literal with the specified value
static Filtering get(String name)
          Returns the 'Filtering' literal with the specified name
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getName, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
The 'None' literal value.

See Also:
NONE_LITERAL, Constant Field Values

MANUAL

public static final int MANUAL
The 'Manual' literal value.

See Also:
MANUAL_LITERAL, Constant Field Values

AUTOMATIC

public static final int AUTOMATIC
The 'Automatic' literal value.

See Also:
AUTOMATIC_LITERAL, Constant Field Values

NONE_LITERAL

public static final Filtering NONE_LITERAL
The 'None' literal object.

See Also:
NONE

MANUAL_LITERAL

public static final Filtering MANUAL_LITERAL
The 'Manual' literal object.

See Also:
MANUAL

AUTOMATIC_LITERAL

public static final Filtering AUTOMATIC_LITERAL
The 'Automatic' literal object.

See Also:
AUTOMATIC

VALUES

public static final List VALUES
A public read-only list of all the 'Filtering' enumerators.

Method Detail

get

public static Filtering get(String name)
Returns the 'Filtering' literal with the specified name.


get

public static Filtering get(int value)
Returns the 'Filtering' literal with the specified value.


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.