Package org.openwebnet4j.message
Class Where
- java.lang.Object
 - 
- org.openwebnet4j.message.Where
 
 
- 
- Direct Known Subclasses:
 WhereEnergyManagement,WhereLightAutom,WhereThermo,WhereZigBee
public abstract class Where extends Object
Class to wrap WHERE part of frame- Author:
 - M. Valla - Initial contribution
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringtoString()Stringvalue()Returns a String with the value of this WHERE 
 - 
 
- 
- 
Field Detail
- 
whereStr
protected final String whereStr
 
 - 
 
- 
Constructor Detail
- 
Where
public Where(String w) throws NullPointerException
- Throws:
 NullPointerException
 
 - 
 
 -