Java Code Examples for org.omg.CORBA.TCKind.from_int()
The following are Jave code examples for showing how to use
from_int() of the
org.omg.CORBA.TCKind
class.
You can vote up the examples you like. Your votes will be used in our system to get
more good examples.
+ Save this method
Example 1
Project: OpenJSharp File: TypeCodeImpl.java View Source Code | 4 votes |
public TCKind kind() { if (_kind == tk_indirect) return indirectType().kind(); return TCKind.from_int(_kind); }
Example 2
Project: openjdk-jdk10 File: TypeCodeImpl.java View Source Code | 4 votes |
public TCKind kind() { if (_kind == tk_indirect) return indirectType().kind(); return TCKind.from_int(_kind); }