ilog.tgo.graphic
Class IltBaseStyle

java.lang.Object
  extended by ilog.util.IlEnum
      extended by ilog.tgo.graphic.IltBaseStyle
Direct Known Subclasses:
IltBaseStyle.SONETBaseStyle

public class IltBaseStyle
extends IlEnum

This enumeration defines the possible base styles for telecom objects.

Base styles define the way an object base is graphically represented according to the different primary states that can be set. Base styles are used by the following classes:

Since:
JTGO 1.0
See Also:
IltOSI.State, IltSNMP.State, IltBellcore.State, IltSONET.State

Nested Class Summary
static class IltBaseStyle.SONETBaseStyle
          This class allows the automatic creation of a base style for each instance of IltSONET.State.
 
Field Summary
static IltBaseStyle CarryingTraffic
          State: In service and carrying traffic.
static IltBaseStyle Indeterminate
          State: Unknown state combination.
static IlEnumInfo metainfo
          Contains metainformation about this IlEnum class.
static IltBaseStyle NotInstalled
          State: Not installed.
static IltBaseStyle NoTraffic
          State: In service but carrying no traffic.
static IltBaseStyle OutOfService
          State: Out of service.
 
Constructor Summary
IltBaseStyle()
          Creates a new base style.
IltBaseStyle(String name)
          Creates a new base style.
 
Method Summary
 
Methods inherited from class ilog.util.IlEnum
getName, intern, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CarryingTraffic

public static IltBaseStyle CarryingTraffic
State: In service and carrying traffic.

Applicable to: all kind of telecom objects.

Graphic representation on network elements: The base and its inside drawings are in relief.


NoTraffic

public static IltBaseStyle NoTraffic
State: In service but carrying no traffic.

Applicable to: all kind of telecom objects.

Graphic representation on network elements: The base and its inside drawings are in full outline.


OutOfService

public static IltBaseStyle OutOfService
State: Out of service.

Applicable to: all kind of telecom objects.

Graphic representation on network elements: The base has a hatched outline. Inside the base, the drawings are not displayed.


NotInstalled

public static IltBaseStyle NotInstalled
State: Not installed.

Applicable to: all kind of telecom objects.

Graphic representation on network elements: The base is striped and has a hatched outline. Inside the base, the drawings are not displayed.


Indeterminate

public static IltBaseStyle Indeterminate
State: Unknown state combination.

Applicable to: all kind of telecom objects.

Graphic representation on network elements: The base and its inside drawings are in full outline.

Since:
JTGO 4.0

metainfo

public static IlEnumInfo metainfo
Contains metainformation about this IlEnum class.

Internal method or field: do not use!
Constructor Detail

IltBaseStyle

public IltBaseStyle()
Creates a new base style.


IltBaseStyle

public IltBaseStyle(String name)
Creates a new base style.

Parameters:
name - a name, used for serialization purposes


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.