endrov.hardware
Class EvDevicePropPath

java.lang.Object
  extended by endrov.hardware.EvDevicePropPath
All Implemented Interfaces:
java.lang.Comparable<EvDevicePropPath>

public class EvDevicePropPath
extends java.lang.Object
implements java.lang.Comparable<EvDevicePropPath>

Path to device and property


Constructor Summary
EvDevicePropPath(EvDevicePath p, java.lang.String propName)
           
 
Method Summary
 int compareTo(EvDevicePropPath o)
           
 boolean equals(java.lang.Object obj)
           
 EvDevice getDevice()
           
 java.lang.String getDeviceName()
           
 java.lang.String getProperty()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvDevicePropPath

public EvDevicePropPath(EvDevicePath p,
                        java.lang.String propName)
Method Detail

compareTo

public int compareTo(EvDevicePropPath o)
Specified by:
compareTo in interface java.lang.Comparable<EvDevicePropPath>

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getDevice

public EvDevice getDevice()

getProperty

public java.lang.String getProperty()

getDeviceName

public java.lang.String getDeviceName()