org.csapi.cm
Class TpTagValue

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

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

Generated from IDL definition of enum "TpTagValue"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _OPERATOR_SPECIFIED
           
static int _PROVIDER_SPECIFIED
           
static int _UNSPECIFIED
           
static TpTagValue OPERATOR_SPECIFIED
           
static TpTagValue PROVIDER_SPECIFIED
           
static TpTagValue UNSPECIFIED
           
 
Constructor Summary
protected TpTagValue(int i)
           
 
Method Summary
static TpTagValue 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

_PROVIDER_SPECIFIED

public static final int _PROVIDER_SPECIFIED
See Also:
Constant Field Values

PROVIDER_SPECIFIED

public static final TpTagValue PROVIDER_SPECIFIED

_OPERATOR_SPECIFIED

public static final int _OPERATOR_SPECIFIED
See Also:
Constant Field Values

OPERATOR_SPECIFIED

public static final TpTagValue OPERATOR_SPECIFIED

_UNSPECIFIED

public static final int _UNSPECIFIED
See Also:
Constant Field Values

UNSPECIFIED

public static final TpTagValue UNSPECIFIED
Constructor Detail

TpTagValue

protected TpTagValue(int i)
Method Detail

value

public int value()

from_int

public static TpTagValue from_int(int value)


Copyright © 2008. All Rights Reserved.