ilog.cpl.util
Class IlpDirection

java.lang.Object
  extended by ilog.util.IlEnum
      extended by ilog.cpl.util.IlpDirection

public class IlpDirection
extends IlEnum

Defines an enumeration representing the direction of representation objects.

The valid directions are:

Since:
JTGO 3.0

Nested Class Summary
static class IlpDirection.DirectionArrayEditor
          Static property for array of IlpDirection values.
static class IlpDirection.DirectionEditor
          Static property editor for the IlpDirection class.
 
Field Summary
static IlpDirection Bottom
          BOTTOM direction.
static IlpDirection Invalid
          INVALID direction.
static IlpDirection Left
          LEFT direction.
static IlEnumInfo metainfo
          Metainformation about enumeration.
static IlpDirection Right
          RIGHT direction.
static IlpDirection Top
          TOP direction.
 
Constructor Summary
  IlpDirection()
          Default constructor.
protected IlpDirection(String name)
          Constructor
 
Method Summary
 void setName(String name)
          Sets the name of this object.
 
Methods inherited from class ilog.util.IlEnum
getName, intern, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

metainfo

public static IlEnumInfo metainfo
Metainformation about enumeration.


Top

public static final IlpDirection Top
TOP direction.


Bottom

public static final IlpDirection Bottom
BOTTOM direction.


Right

public static final IlpDirection Right
RIGHT direction.


Left

public static final IlpDirection Left
LEFT direction.


Invalid

public static final IlpDirection Invalid
INVALID direction.

Constructor Detail

IlpDirection

protected IlpDirection(String name)
Constructor

Parameters:
name - Direction name

IlpDirection

public IlpDirection()
Default constructor. This constructor is used by CSS styling mechanism and is not meant to be called directly.

Internal method or field: do not use!
Method Detail

setName

public void setName(String name)
Sets the name of this object. This method is used by CSS styling mechanism and is not meant to be called directly.

Overrides:
setName in class IlEnum
Internal method or field: do not use!


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.