IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.notation
Class Smoothness

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

public final class Smoothness
extends org.eclipse.emf.common.util.AbstractEnumerator

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

See Also:
NotationPackage.getSmoothness()

Field Summary
static int LESS
          The 'Less' literal value
static Smoothness LESS_LITERAL
          The 'Less' literal object
static int MORE
          The 'More' literal value
static Smoothness MORE_LITERAL
          The 'More' literal object
static int NONE
          The 'None' literal value
static Smoothness NONE_LITERAL
          The 'None' literal object
static int NORMAL
          The 'Normal' literal value
static Smoothness NORMAL_LITERAL
          The 'Normal' literal object
static List VALUES
          A public read-only list of all the 'Smoothness' enumerators
 
Method Summary
static Smoothness get(int value)
          Returns the 'Smoothness' literal with the specified value
static Smoothness get(String name)
          Returns the 'Smoothness' 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

NORMAL

public static final int NORMAL
The 'Normal' literal value.

See Also:
NORMAL_LITERAL, Constant Field Values

LESS

public static final int LESS
The 'Less' literal value.

See Also:
LESS_LITERAL, Constant Field Values

MORE

public static final int MORE
The 'More' literal value.

See Also:
MORE_LITERAL, Constant Field Values

NONE_LITERAL

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

See Also:
NONE

NORMAL_LITERAL

public static final Smoothness NORMAL_LITERAL
The 'Normal' literal object.

See Also:
NORMAL

LESS_LITERAL

public static final Smoothness LESS_LITERAL
The 'Less' literal object.

See Also:
LESS

MORE_LITERAL

public static final Smoothness MORE_LITERAL
The 'More' literal object.

See Also:
MORE

VALUES

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

Method Detail

get

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


get

public static Smoothness get(int value)
Returns the 'Smoothness' 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.