ilog.tgo.model
Class IltNetworkElement.Family

java.lang.Object
  extended by ilog.util.IlEnum
      extended by ilog.tgo.model.IltNetworkElement.Family
Enclosing class:
IltNetworkElement

public static class IltNetworkElement.Family
extends IlEnum

This enumeration lists the families of a network element.

Network element families are graphically represented by a label. When a new family value is created, the label and ToolTip are automatically retrieved from the JTGO resource bundle.

You can customize the label that is displayed for the family attribute in the following ways:

To customize the ToolTip displayed for the family attribute, add an entry to the ILOG JTGO resource bundle using the following template:

 ilog.tgo.NetworkElement_Family_YOUR FAMILY NAME_ToolTip=ToolTip value
 

For example, to create a new family value called OC384, execute the following steps:

  1. Declare the new family value:
     IltNetworkElement.Family family = new IltNetworkElement.Family("OC384");
     
  2. Add the following entry to the ILOG JTGO properties file:
     ilog.tgo.NetworkElement_Family_OC384=384
     ilog.tgo.NetworkElement_Family_OC384_ToolTip=OC 384
     

See Also:
IltSettings

Field Summary
static IltNetworkElement.Family FCOT
           
static IlEnumInfo metainfo
          Contains metainformation about this IlEnum class.
static IltNetworkElement.Family OC1
           
static IltNetworkElement.Family OC12
           
static IltNetworkElement.Family OC18
           
static IltNetworkElement.Family OC192
           
static IltNetworkElement.Family OC24
           
static IltNetworkElement.Family OC3
           
static IltNetworkElement.Family OC36
           
static IltNetworkElement.Family OC48
           
static IltNetworkElement.Family OC9
           
static IltNetworkElement.Family OC96
           
static IltNetworkElement.Family STM1
           
static IltNetworkElement.Family STM12
           
static IltNetworkElement.Family STM16
           
static IltNetworkElement.Family STM3
           
static IltNetworkElement.Family STM32
           
static IltNetworkElement.Family STM4
           
static IltNetworkElement.Family STM6
           
static IltNetworkElement.Family STM64
           
static IltNetworkElement.Family STM8
           
 
Constructor Summary
IltNetworkElement.Family()
          Default constructor.
IltNetworkElement.Family(String name)
          Creates a new family.
 
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!

FCOT

public static IltNetworkElement.Family FCOT

OC1

public static IltNetworkElement.Family OC1

OC3

public static IltNetworkElement.Family OC3

OC9

public static IltNetworkElement.Family OC9

OC12

public static IltNetworkElement.Family OC12

OC18

public static IltNetworkElement.Family OC18

OC24

public static IltNetworkElement.Family OC24

OC36

public static IltNetworkElement.Family OC36

OC48

public static IltNetworkElement.Family OC48

OC96

public static IltNetworkElement.Family OC96

OC192

public static IltNetworkElement.Family OC192

STM1

public static IltNetworkElement.Family STM1

STM3

public static IltNetworkElement.Family STM3

STM4

public static IltNetworkElement.Family STM4

STM6

public static IltNetworkElement.Family STM6

STM8

public static IltNetworkElement.Family STM8

STM12

public static IltNetworkElement.Family STM12

STM16

public static IltNetworkElement.Family STM16

STM32

public static IltNetworkElement.Family STM32

STM64

public static IltNetworkElement.Family STM64
Constructor Detail

IltNetworkElement.Family

public IltNetworkElement.Family(String name)
Creates a new family.

Parameters:
name - A unique name, used for serialization purposes.

IltNetworkElement.Family

public IltNetworkElement.Family()
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.