|
||||||||||
| 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.IltLink.Type
public static class IltLink.Type
This enumeration lists the types of network links.
| Field Summary | |
|---|---|
static IltLink.Type |
General
This type stands for a custom link. |
static IlEnumInfo |
metainfo
Contains metainformation about this IlEnum class. |
static IltLink.Type |
Standard
This type represents a standard JTGO link. |
| Constructor Summary | |
|---|---|
IltLink.Type()
Default constructor. |
|
IltLink.Type(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 IltLink.Type Standard
public static IltLink.Type General
IlvSDMGeneralLink instance to represent the link.
| Constructor Detail |
|---|
public IltLink.Type(String name)
name - A unique name, used for serialization purposes.public IltLink.Type()
| 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 | |||||||||