org.omg.CosPropertyService
Class PropertyModeType

java.lang.Object
  extended by org.omg.CosPropertyService.PropertyModeType
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class PropertyModeType
extends java.lang.Object
implements IDLEntity

Generated from IDL enum "PropertyModeType".

Version:
generated at Mar 12, 2011 4:11:30 PM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
See Also:
Serialized Form

Field Summary
static int _fixed_normal
           
static int _fixed_readonly
           
static int _normal
           
static int _read_only
           
static int _undefined
           
static PropertyModeType fixed_normal
           
static PropertyModeType fixed_readonly
           
static PropertyModeType normal
           
static PropertyModeType read_only
           
static PropertyModeType undefined
           
 
Constructor Summary
protected PropertyModeType(int i)
           
 
Method Summary
static PropertyModeType from_int(int value)
           
 java.lang.String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_normal

public static final int _normal
See Also:
Constant Field Values

normal

public static final PropertyModeType normal

_read_only

public static final int _read_only
See Also:
Constant Field Values

read_only

public static final PropertyModeType read_only

_fixed_normal

public static final int _fixed_normal
See Also:
Constant Field Values

fixed_normal

public static final PropertyModeType fixed_normal

_fixed_readonly

public static final int _fixed_readonly
See Also:
Constant Field Values

fixed_readonly

public static final PropertyModeType fixed_readonly

_undefined

public static final int _undefined
See Also:
Constant Field Values

undefined

public static final PropertyModeType undefined
Constructor Detail

PropertyModeType

protected PropertyModeType(int i)
Method Detail

value

public int value()

from_int

public static PropertyModeType from_int(int value)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object