Runtime

org.eclipse.gmf.runtime.notation
Class GradientStyle

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.gmf.runtime.notation.GradientStyle
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

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

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

See Also:
NotationPackage.getGradientStyle(), Serialized Form
** Generated **
Model:

Field Summary
static int HORIZONTAL
          The 'Horizontal' literal value
static GradientStyle HORIZONTAL_LITERAL
          The 'Horizontal' literal object
static java.util.List VALUES
          A public read-only list of all the 'Gradient Style' enumerators
static int VERTICAL
          The 'Vertical' literal value
static GradientStyle VERTICAL_LITERAL
          The 'Vertical' literal object
 
Method Summary
static GradientStyle get(int value)
          Returns the 'Gradient Style' literal with the specified integer value
static GradientStyle get(java.lang.String literal)
          Returns the 'Gradient Style' literal with the specified literal value
static GradientStyle getByName(java.lang.String name)
          Returns the 'Gradient Style' 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
 

Field Detail

VERTICAL

public static final int VERTICAL
The 'Vertical' literal value.

If the meaning of 'Vertical' literal object isn't clear, there really should be more of a description here...

See Also:
VERTICAL_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="Vertical"

HORIZONTAL

public static final int HORIZONTAL
The 'Horizontal' literal value.

If the meaning of 'Horizontal' literal object isn't clear, there really should be more of a description here...

See Also:
HORIZONTAL_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="Horizontal"

VERTICAL_LITERAL

public static final GradientStyle VERTICAL_LITERAL
The 'Vertical' literal object.

See Also:
VERTICAL
** Generated **
Ordered:

HORIZONTAL_LITERAL

public static final GradientStyle HORIZONTAL_LITERAL
The 'Horizontal' literal object.

See Also:
HORIZONTAL
** Generated **
Ordered:

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Gradient Style' enumerators.

** Generated **
Method Detail

get

public static GradientStyle get(java.lang.String literal)
Returns the 'Gradient Style' literal with the specified literal value.

** Generated **

getByName

public static GradientStyle getByName(java.lang.String name)
Returns the 'Gradient Style' literal with the specified name.

** Generated **

get

public static GradientStyle get(int value)
Returns the 'Gradient Style' literal with the specified integer value.

** Generated **

Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.