_SDOPackage
Class DeviceProfile

java.lang.Object
  extended by _SDOPackage.DeviceProfile
All Implemented Interfaces:
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

See Also:
Serialized Form

Field Summary
 java.lang.String device_type
           
 java.lang.String manufacturer
           
 java.lang.String model
           
 NameValue[] properties
           
 java.lang.String version
           
 
Constructor Summary
DeviceProfile()
           
DeviceProfile(java.lang.String _device_type, java.lang.String _manufacturer, java.lang.String _model, java.lang.String _version, NameValue[] _properties)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)