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

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

public static class TypeHolder.InnerPublicStaticClass
extends java.lang.Object
implements java.io.Serializable

This is like a global class except that it must be qualified by the enclosing class. This class can be instantiated from outside of the enclosing class. The fact that it is declared inside of SerializableClass is just a syntactic grouping mechanism.

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
           
protected static int s_pro_i
           
static int s_pub_i
           
 
Constructor Summary
TypeHolder.InnerPublicStaticClass()
           
 
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

s_pub_i

public static int s_pub_i

s_pro_i

protected static int s_pro_i

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.InnerPublicStaticClass

public TypeHolder.InnerPublicStaticClass()
Method Detail

changeValues

public void changeValues()

toString

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