org.openorb.orb.test.rmi.complex
Class TypeHolder.InnerPublicStaticClass
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
TypeHolder.InnerPublicStaticClass
public TypeHolder.InnerPublicStaticClass()
changeValues
public void changeValues()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object