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

/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/codegen/otsidl/
H A DResourceStatus.java55 private static com.sun.jts.codegen.otsidl.ResourceStatus[] __array = new com.sun.jts.codegen.otsidl.ResourceStatus [__size]; field in class:ResourceStatus
76 return __array[value];
84 __array[__value] = this;
/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 59 milliseconds