Collaboration diagram for sctConf.MURType:

Public Member Functions | |
| int | value () |
Static Public Member Functions | |
| sctConf.MURType | from_int (int value) |
Static Public Attributes | |
| final int | _BARREL = 0 |
| final sctConf.MURType | BARREL = new sctConf.MURType(_BARREL) |
| final int | _ENDCAP = 1 |
| final sctConf.MURType | ENDCAP = new sctConf.MURType(_ENDCAP) |
| final int | _UNMAPPED = 2 |
| final sctConf.MURType | UNMAPPED = new sctConf.MURType(_UNMAPPED) |
| final int | _UNKNOWN = 3 |
| final sctConf.MURType | UNKNOWN = new sctConf.MURType(_UNKNOWN) |
Protected Member Functions | |
| MURType (int value) | |
Private Attributes | |
| int | __value |
Static Private Attributes | |
| int | __size = 4 |
| sctConf.MURType[] | __array = new sctConf.MURType [__size] |
Generated by the IDL-to-Java compiler (portable), version "3.1" from configuration.idl 03 February 2005 17:05:49 o'clock GMT
Definition at line 11 of file MURType.java.
1.3.5