Package org.omg.CORBA
Class PrimitiveKind
- java.lang.Object
-
- org.omg.CORBA.PrimitiveKind
-
- All Implemented Interfaces:
java.io.Serializable
,IDLEntity
public class PrimitiveKind extends java.lang.Object implements IDLEntity
org/omg/CORBA/PrimitiveKind.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/omgapi/src/main/idl/ir.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time
-
-
Field Summary
Fields Modifier and Type Field Description private static PrimitiveKind[]
__array
private static int
__size
private int
__value
static int
_pk_any
static int
_pk_boolean
static int
_pk_char
static int
_pk_double
static int
_pk_float
static int
_pk_long
static int
_pk_null
static int
_pk_objref
static int
_pk_octet
static int
_pk_Principal
static int
_pk_short
static int
_pk_string
static int
_pk_TypeCode
static int
_pk_ulong
static int
_pk_ushort
static int
_pk_void
static PrimitiveKind
pk_any
static PrimitiveKind
pk_boolean
static PrimitiveKind
pk_char
static PrimitiveKind
pk_double
static PrimitiveKind
pk_float
static PrimitiveKind
pk_long
static PrimitiveKind
pk_null
static PrimitiveKind
pk_objref
static PrimitiveKind
pk_octet
static PrimitiveKind
pk_Principal
static PrimitiveKind
pk_short
static PrimitiveKind
pk_string
static PrimitiveKind
pk_TypeCode
static PrimitiveKind
pk_ulong
static PrimitiveKind
pk_ushort
static PrimitiveKind
pk_void
-
Constructor Summary
Constructors Modifier Constructor Description protected
PrimitiveKind(int value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PrimitiveKind
from_int(int value)
int
value()
-
-
-
Field Detail
-
__value
private int __value
-
__size
private static int __size
-
__array
private static PrimitiveKind[] __array
-
_pk_null
public static final int _pk_null
- See Also:
- Constant Field Values
-
pk_null
public static final PrimitiveKind pk_null
-
_pk_void
public static final int _pk_void
- See Also:
- Constant Field Values
-
pk_void
public static final PrimitiveKind pk_void
-
_pk_short
public static final int _pk_short
- See Also:
- Constant Field Values
-
pk_short
public static final PrimitiveKind pk_short
-
_pk_long
public static final int _pk_long
- See Also:
- Constant Field Values
-
pk_long
public static final PrimitiveKind pk_long
-
_pk_ushort
public static final int _pk_ushort
- See Also:
- Constant Field Values
-
pk_ushort
public static final PrimitiveKind pk_ushort
-
_pk_ulong
public static final int _pk_ulong
- See Also:
- Constant Field Values
-
pk_ulong
public static final PrimitiveKind pk_ulong
-
_pk_float
public static final int _pk_float
- See Also:
- Constant Field Values
-
pk_float
public static final PrimitiveKind pk_float
-
_pk_double
public static final int _pk_double
- See Also:
- Constant Field Values
-
pk_double
public static final PrimitiveKind pk_double
-
_pk_boolean
public static final int _pk_boolean
- See Also:
- Constant Field Values
-
pk_boolean
public static final PrimitiveKind pk_boolean
-
_pk_char
public static final int _pk_char
- See Also:
- Constant Field Values
-
pk_char
public static final PrimitiveKind pk_char
-
_pk_octet
public static final int _pk_octet
- See Also:
- Constant Field Values
-
pk_octet
public static final PrimitiveKind pk_octet
-
_pk_any
public static final int _pk_any
- See Also:
- Constant Field Values
-
pk_any
public static final PrimitiveKind pk_any
-
_pk_TypeCode
public static final int _pk_TypeCode
- See Also:
- Constant Field Values
-
pk_TypeCode
public static final PrimitiveKind pk_TypeCode
-
_pk_Principal
public static final int _pk_Principal
- See Also:
- Constant Field Values
-
pk_Principal
public static final PrimitiveKind pk_Principal
-
_pk_string
public static final int _pk_string
- See Also:
- Constant Field Values
-
pk_string
public static final PrimitiveKind pk_string
-
_pk_objref
public static final int _pk_objref
- See Also:
- Constant Field Values
-
pk_objref
public static final PrimitiveKind pk_objref
-
-
Method Detail
-
value
public int value()
-
from_int
public static PrimitiveKind from_int(int value)
-
-