|
||||||||||
| 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.graphic.IltBaseStyle
public class IltBaseStyle
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:
IltNetworkElement
IltLink
IltPolyGroup
IltRectGroup
IltLinearGroup
IltCard
IltCardCarrier
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 |
|---|
public static IltBaseStyle CarryingTraffic
Applicable to: all kind of telecom objects.
Graphic representation on network elements: The base and its inside drawings are in relief.
public static IltBaseStyle NoTraffic
Applicable to: all kind of telecom objects.
Graphic representation on network elements: The base and its inside drawings are in full outline.
public static IltBaseStyle OutOfService
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.
public static IltBaseStyle NotInstalled
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.
public static IltBaseStyle Indeterminate
Applicable to: all kind of telecom objects.
Graphic representation on network elements: The base and its inside drawings are in full outline.
public static IlEnumInfo metainfo
IlEnum class.
| Constructor Detail |
|---|
public IltBaseStyle()
public IltBaseStyle(String name)
name - a name, used for serialization purposes
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||