org.openorb.orb.test.rmi.complex
Class TypeHolder.InnerPublicClass

java.lang.Object
  extended by org.openorb.orb.test.rmi.complex.TypeHolder.InnerPublicClass
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TypeHolder

public class TypeHolder.InnerPublicClass
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected static int PRO_CONST_I
           
protected  int pro_f_i
           
protected  int pro_i
           
static int PUB_CONST_I
           
 int pub_f_i
           
 int pub_i
           
 
Constructor Summary
TypeHolder.InnerPublicClass()
           
 
Method Summary
 void changeValues()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PUB_CONST_I

public static final int PUB_CONST_I
See Also:
Constant Field Values

PRO_CONST_I

protected static final int PRO_CONST_I
See Also:
Constant Field Values

pub_f_i

public final int pub_f_i
See Also:
Constant Field Values

pro_f_i

protected final int pro_f_i
See Also:
Constant Field Values

pub_i

public int pub_i

pro_i

protected int pro_i
Constructor Detail

TypeHolder.InnerPublicClass

public TypeHolder.InnerPublicClass()
Method Detail

changeValues

public void changeValues()

toString

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