所有类


org.omg.CORBA
类 DefinitionKind

java.lang.Object
  继承者 org.omg.CORBA.DefinitionKind
所有已实现的接口:
Serializable, IDLEntity

public class DefinitionKind
   
   
   
   
extends Object
implements IDLEntity

该类提供用来标识接口存储库 (Interface Repository) 对象类型的常量。此类包含两种常量,一种是 int,另一种是 DefinitionKind 类的实例。此类提供 from_int 方法,只要给出一个 int 常量,该方法就能创建相应的 DefinitionKind 实例。此类还提供了 value 方法,该方法返回用作 DefinitionKind 实例的值的 int 常量。

另请参见:
IRObject

字段摘要
static int_dk_AbstractInterface
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_Alias
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_all
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_Array
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_Attribute
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_Constant
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_Enum
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_Exception
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_Fixed
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_Interface
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_Module
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_Native
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_none
          指示 Interface Repository 对象不具有定义种类的常量。
static int_dk_Operation
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_Primitive
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_Repository
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_Sequence
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_String
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_Struct
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_Typedef
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_Union
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_Value
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_ValueBox
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_ValueMember
          指示 Interface Repository 对象不具有某一定义种类的常量。
static int_dk_Wstring
          指示 Interface Repository 对象不具有某一定义种类的常量。
static DefinitionKinddk_AbstractInterface
          指示 Interface Repository 对象表示一个抽象接口的静态 DefinitionKind 实例。
static DefinitionKinddk_Alias
          指示 Interface Repository 对象是一个 Alias 的静态 DefinitionKind 实例。
static DefinitionKinddk_all
          通配符 DefinitionKind 常量,可用于 DefinitionKind 适合的所有情况。
static DefinitionKinddk_Array
          指示 Interface Repository 对象是一个 Array 的静态 DefinitionKind 实例。
static DefinitionKinddk_Attribute
          指示 Interface Repository 对象是一个 Attribute 的静态 DefinitionKind 实例。
static DefinitionKinddk_Constant
          指示 Interface Repository 对象是一个常量的静态 DefinitionKind 实例。
static DefinitionKinddk_Enum
          指示 Interface Repository 对象是一个 Enum 的静态 DefinitionKind 实例。
static DefinitionKinddk_Exception
          指示 Interface Repository 对象是一个 Exception 的静态 DefinitionKind 实例。
static DefinitionKinddk_Fixed
          指示 Interface Repository 对象是一个 Fixed value 的静态 DefinitionKind 实例。
static DefinitionKinddk_Interface
          指示 Interface Repository 对象是一个 Interface 的静态 DefinitionKind 实例。
static DefinitionKinddk_Module
          指示 Interface Repository 对象是一个 Module 的静态 DefinitionKind 实例。
static DefinitionKinddk_Native
          指示 Interface Repository 对象是一个 Native value 的静态 DefinitionKind 实例。
static DefinitionKinddk_none
          指示 Interface Repository 对象不具有任何定义种类的静态 DefinitionKind 实例。
static DefinitionKinddk_Operation
          指示 Interface Repository 对象是一个 Operation 的静态 DefinitionKind 实例。
static DefinitionKinddk_Primitive
          指示 Interface Repository 对象是一个 Primitive 的静态 DefinitionKind 实例。
static DefinitionKinddk_Repository
          指示 Interface Repository 对象是一个 Repository 的静态 DefinitionKind 实例。
static DefinitionKinddk_Sequence
          指示 Interface Repository 对象是一个 Sequence 的静态 DefinitionKind 实例。
static DefinitionKinddk_String
          指示 Interface Repository 对象是一个 String 的静态 DefinitionKind 实例。
static DefinitionKinddk_Struct
          指示 Interface Repository 对象是一个 Struct 的静态 DefinitionKind 实例。
static DefinitionKinddk_Typedef
          指示 Interface Repository 对象是一个 Typedef 的静态 DefinitionKind 实例。
static DefinitionKinddk_Union
          指示 Interface Repository 对象是一个 Union 的静态 DefinitionKind 实例。
static DefinitionKinddk_Value
          指示 Interface Repository 对象是一个 Value 的静态 DefinitionKind 实例。
static DefinitionKinddk_ValueBox
          指示 Interface Repository 对象是一个 ValueBox 的静态 DefinitionKind 实例。
static DefinitionKinddk_ValueMember
          指示 Interface Repository 对象是一个 ValueMember 的静态 DefinitionKind 实例。
static DefinitionKinddk_Wstring
          指示 Interface Repository 对象是一个 Wstring 的静态 DefinitionKind 实例。
 
构造方法摘要
protected DefinitionKind(int _value)
          构造一个 DefinitionKind 对象,使用给定值初始化其 _value 字段。
 
方法摘要
static DefinitionKindfrom_int(int i)
          创建一个对应于给定代码的 DefinitionKind 实例。
 intvalue()
          返回标识 IR 对象类型的 int 常量。
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

_dk_none

public static final int _dk_none
指示 Interface Repository 对象不具有定义种类的常量。

另请参见:
常量字段值

_dk_all

public static final int _dk_all
指示 Interface Repository 对象不具有某一定义种类的常量。

另请参见:
常量字段值

_dk_Attribute

public static final int _dk_Attribute
指示 Interface Repository 对象不具有某一定义种类的常量。

另请参见:
常量字段值

_dk_Constant

public static final int _dk_Constant
指示 Interface Repository 对象不具有某一定义种类的常量。

另请参见:
常量字段值

_dk_Exception

public static final int _dk_Exception
指示 Interface Repository 对象不具有某一定义种类的常量。

另请参见:
常量字段值

_dk_Interface

public static final int _dk_Interface
指示 Interface Repository 对象不具有某一定义种类的常量。

另请参见:
常量字段值

_dk_Module

public static final int _dk_Module
指示 Interface Repository 对象不具有某一定义种类的常量。

另请参见:
常量字段值