|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.util.IlEnum
ilog.cpl.util.IlpDirection
public class IlpDirection
Defines an enumeration representing the direction of representation objects.
The valid directions are:
| 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 |
|---|
public static IlEnumInfo metainfo
public static final IlpDirection Top
public static final IlpDirection Bottom
public static final IlpDirection Right
public static final IlpDirection Left
public static final IlpDirection Invalid
| Constructor Detail |
|---|
protected IlpDirection(String name)
name - Direction namepublic IlpDirection()
| Method Detail |
|---|
public void setName(String name)
setName in class IlEnum
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||