パッケージ | 説明 |
---|---|
_SDOPackage | |
jp.go.aist.rtm.RTC.SDOPackage |
修飾子とタイプ | フィールドと説明 |
---|---|
static DependencyType |
DependencyType.NO_DEPENDENCY |
static DependencyType |
DependencyType.OWN |
static DependencyType |
DependencyType.OWNED |
DependencyType |
DependencyTypeHolder.value |
修飾子とタイプ | メソッドと説明 |
---|---|
static DependencyType |
DependencyTypeHelper.extract(org.omg.CORBA.Any a) |
static DependencyType |
DependencyType.from_int(int value) |
DependencyType |
_OrganizationStub.get_dependency() |
DependencyType |
OrganizationOperations.get_dependency() |
static DependencyType |
DependencyTypeHelper.read(org.omg.CORBA.portable.InputStream istream) |
修飾子とタイプ | メソッドと説明 |
---|---|
static void |
DependencyTypeHelper.insert(org.omg.CORBA.Any a,
DependencyType that) |
boolean |
_OrganizationStub.set_dependency(DependencyType dependency) |
boolean |
OrganizationOperations.set_dependency(DependencyType dependency) |
static void |
DependencyTypeHelper.write(org.omg.CORBA.portable.OutputStream ostream,
DependencyType value) |
コンストラクタと説明 |
---|
DependencyTypeHolder(DependencyType initialValue) |
修飾子とタイプ | フィールドと説明 |
---|---|
protected DependencyType |
Organization_impl.m_dependency
依存関係のタイプ
{@.ja Owner と member の依存関係を指定する属性。
|
修飾子とタイプ | メソッドと説明 |
---|---|
DependencyType |
Organization_impl.get_dependency()
[CORBA interface] Organization の DependencyType を取得する。
|
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
Organization_impl.set_dependency(DependencyType dependency)
[CORBA interface] Organization の DependencyType を設定する。
|