org.csapi.fw
Class TpSubjectType

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

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

Generated from IDL definition of enum "TpSubjectType"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _P_SUBJECT_CLIENT_APP
           
static int _P_SUBJECT_FW
           
static int _P_SUBJECT_UNDEFINED
           
static TpSubjectType P_SUBJECT_CLIENT_APP
           
static TpSubjectType P_SUBJECT_FW
           
static TpSubjectType P_SUBJECT_UNDEFINED
           
 
Constructor Summary
protected TpSubjectType(int i)
           
 
Method Summary
static TpSubjectType 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

_P_SUBJECT_UNDEFINED

public static final int _P_SUBJECT_UNDEFINED
See Also:
Constant Field Values

P_SUBJECT_UNDEFINED

public static final TpSubjectType P_SUBJECT_UNDEFINED

_P_SUBJECT_CLIENT_APP

public static final int _P_SUBJECT_CLIENT_APP
See Also:
Constant Field Values

P_SUBJECT_CLIENT_APP

public static final TpSubjectType P_SUBJECT_CLIENT_APP

_P_SUBJECT_FW

public static final int _P_SUBJECT_FW
See Also:
Constant Field Values

P_SUBJECT_FW

public static final TpSubjectType P_SUBJECT_FW
Constructor Detail

TpSubjectType

protected TpSubjectType(int i)
Method Detail

value

public int value()

from_int

public static TpSubjectType from_int(int value)


Copyright © 2009. All Rights Reserved.