org.csapi.fw
Class TpServiceTypePropertyMode

java.lang.Object
  extended by org.csapi.fw.TpServiceTypePropertyMode
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class TpServiceTypePropertyMode
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL definition of enum "TpServiceTypePropertyMode"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _MANDATORY
           
static int _MANDATORY_READONLY
           
static int _NORMAL
           
static int _READONLY
           
static TpServiceTypePropertyMode MANDATORY
           
static TpServiceTypePropertyMode MANDATORY_READONLY
           
static TpServiceTypePropertyMode NORMAL
           
static TpServiceTypePropertyMode READONLY
           
 
Constructor Summary
protected TpServiceTypePropertyMode(int i)
           
 
Method Summary
static TpServiceTypePropertyMode from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_NORMAL

public static final int _NORMAL
See Also:
Constant Field Values

NORMAL

public static final TpServiceTypePropertyMode NORMAL

_MANDATORY

public static final int _MANDATORY
See Also:
Constant Field Values

MANDATORY

public static final TpServiceTypePropertyMode MANDATORY

_READONLY

public static final int _READONLY
See Also:
Constant Field Values

READONLY

public static final TpServiceTypePropertyMode READONLY

_MANDATORY_READONLY

public static final int _MANDATORY_READONLY
See Also:
Constant Field Values

MANDATORY_READONLY

public static final TpServiceTypePropertyMode MANDATORY_READONLY
Constructor Detail

TpServiceTypePropertyMode

protected TpServiceTypePropertyMode(int i)
Method Detail

value

public int value()

from_int

public static TpServiceTypePropertyMode from_int(int value)


Copyright © 2009. All Rights Reserved.