Searched refs:__array (Results 1 - 3 of 3) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DAttributeMode.java39 private static com.sun.org.omg.CORBA.AttributeMode[] __array = new com.sun.org.omg.CORBA.AttributeMode [__size]; field in class:AttributeMode
54 return __array[value];
62 __array[__value] = this;
H A DOperationMode.java39 private static com.sun.org.omg.CORBA.OperationMode[] __array = new com.sun.org.omg.CORBA.OperationMode [__size]; field in class:OperationMode
54 return __array[value];
62 __array[__value] = this;
H A DParameterMode.java39 private static com.sun.org.omg.CORBA.ParameterMode[] __array = new com.sun.org.omg.CORBA.ParameterMode [__size]; field in class:ParameterMode
56 return __array[value];
64 __array[__value] = this;

Completed in 33 milliseconds