ilog.tgo.model
Class IltLink.Type

java.lang.Object
  extended by ilog.util.IlEnum
      extended by ilog.tgo.model.IltLink.Type
Enclosing class:
IltLink

public static class IltLink.Type
extends IlEnum

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

metainfo

public static IlEnumInfo metainfo
Contains metainformation about this IlEnum class.

Internal method or field: do not use!

Standard

public static IltLink.Type Standard
This type represents a standard JTGO link.


General

public static IltLink.Type General
This type stands for a custom link. It uses an IlvSDMGeneralLink instance to represent the link.

Constructor Detail

IltLink.Type

public IltLink.Type(String name)
Creates a new type.

Parameters:
name - A unique name, used for serialization purposes.
Internal method or field: do not use!

IltLink.Type

public IltLink.Type()
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.