org.csapi.cm
Class TpVprpStatus

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

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

Generated from IDL definition of enum "TpVprpStatus"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _ACTIVE
           
static int _DISALLOWED
           
static int _PENDING
           
static TpVprpStatus ACTIVE
           
static TpVprpStatus DISALLOWED
           
static TpVprpStatus PENDING
           
 
Constructor Summary
protected TpVprpStatus(int i)
           
 
Method Summary
static TpVprpStatus 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

_ACTIVE

public static final int _ACTIVE
See Also:
Constant Field Values

ACTIVE

public static final TpVprpStatus ACTIVE

_PENDING

public static final int _PENDING
See Also:
Constant Field Values

PENDING

public static final TpVprpStatus PENDING

_DISALLOWED

public static final int _DISALLOWED
See Also:
Constant Field Values

DISALLOWED

public static final TpVprpStatus DISALLOWED
Constructor Detail

TpVprpStatus

protected TpVprpStatus(int i)
Method Detail

value

public int value()

from_int

public static TpVprpStatus from_int(int value)


Copyright © 2009. All Rights Reserved.