_SDOPackage
クラス DeviceProfile

java.lang.Object
  上位を拡張 _SDOPackage.DeviceProfile
すべての実装されたインタフェース:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class DeviceProfile
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

_SDOPackage/DeviceProfile.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from idl/OpenRTM.idl Thursday, March 3, 2011 3:01:41 PM JST

関連項目:
直列化された形式

フィールドの概要
 java.lang.String device_type
           
 java.lang.String manufacturer
           
 java.lang.String model
           
 NameValue[] properties
           
 java.lang.String version
           
 
コンストラクタの概要
DeviceProfile()
           
DeviceProfile(java.lang.String _device_type, java.lang.String _manufacturer, java.lang.String _model, java.lang.String _version, NameValue[] _properties)
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

device_type

public java.lang.String device_type

manufacturer

public java.lang.String manufacturer

model

public java.lang.String model

version

public java.lang.String version

properties

public NameValue[] properties
コンストラクタの詳細

DeviceProfile

public DeviceProfile()

DeviceProfile

public DeviceProfile(java.lang.String _device_type,
                     java.lang.String _manufacturer,
                     java.lang.String _model,
                     java.lang.String _version,
                     NameValue[] _properties)