|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.util.IlEnum
ilog.tgo.model.IltObject.LogicalType
public static class IltObject.LogicalType
The class that is used to manage the logical types of the
subclasses of IltObject.
| Field Summary | |
|---|---|
static IlEnumInfo |
metainfo
Contains metainformation about this IlEnum class. |
static IltObject.LogicalType |
Standard
This type stands for a standard logical representation. |
| Constructor Summary | |
|---|---|
IltObject.LogicalType()
Default constructor. |
|
IltObject.LogicalType(String name)
Creates a new type. |
|
| 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
IlEnum class.
public static IltObject.LogicalType Standard
| Constructor Detail |
|---|
public IltObject.LogicalType(String name)
name - A unique name, used for serialization purposes.public IltObject.LogicalType()
| 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 | |||||||||