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.2" from configuration.idl 16 December 2005 18:47:14 o'clock GMT
Definition at line 11 of file MURType.java.