_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 . IDL-to-Java �R���p�C�� (�|�[�^�u��), �o�[�W���� "3.1" ���� ������: idl/ComponentObserver.idl 2011�N10��5�� 15��39��13�b 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)