org.csapi.fw
Class TpServiceTypePropertyMode
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_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
TpServiceTypePropertyMode
protected TpServiceTypePropertyMode(int i)
value
public int value()
from_int
public static TpServiceTypePropertyMode from_int(int value)
Copyright © 2009. All Rights Reserved.