Searched defs:from_int (Results 1 - 7 of 7) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DAttributeMode.java51 public static com.sun.org.omg.CORBA.AttributeMode from_int (int value) method in class:AttributeMode
H A DOperationMode.java51 public static com.sun.org.omg.CORBA.OperationMode from_int (int value) method in class:OperationMode
H A DParameterMode.java53 public static com.sun.org.omg.CORBA.ParameterMode from_int (int value) method in class:ParameterMode
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DCompletionStatus.java46 * <bold>from_int</bold>(int i)</code> --
116 public static CompletionStatus from_int(int i) { method in class:CompletionStatus
H A DSetOverrideType.java94 public static SetOverrideType from_int(int i) method in class:SetOverrideType
H A DDefinitionKind.java40 * <code>from_int</code>, which given one
429 public static DefinitionKind from_int(int i) { method in class:DefinitionKind
H A DTCKind.java44 * <LI>the method <code>from_int</code>for converting
49 * org.omg.CORBA.TCKind k = org.omg.CORBA.TCKind.from_int(
465 public static TCKind from_int(int i) { method in class:TCKind
543 * according to the OMG specification. Use {@link #from_int(int)} instead.

Completed in 86 milliseconds