|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttuwien.auto.calimero.mgmt.PropertyClient.Property
public static class PropertyClient.Property
Stores property definition information of one property, used for type translation and property lookup by a property client.
| Constructor Summary | |
|---|---|
PropertyClient.Property(int pid,
java.lang.String pidName,
java.lang.String propertyName,
int objectType,
int pdt,
java.lang.String dpt)
Creates a new property object of the supplied information. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDPT()
Returns the datapoint type ID used for the property elements. |
java.lang.String |
getName()
Returns the property friendly name, a more readable name of the property. |
int |
getObjectType()
Returns the interface object type the property belongs to. |
int |
getPDT()
Returns the property data type used for the property elements. |
int |
getPID()
Returns the property identifier. |
java.lang.String |
getPIDName()
Returns the PID name as string representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyClient.Property(int pid,
java.lang.String pidName,
java.lang.String propertyName,
int objectType,
int pdt,
java.lang.String dpt)
pid - property identifierpidName - name of the property IDpropertyName - property name, a friendly readable name for the propertyobjectType - object type the property belongs topdt - property data typedpt - datapoint type, use null if no DPT specified or to
indicate default DPT usage| Method Detail |
|---|
public final java.lang.String getDPT()
null if no DPT was setpublic final java.lang.String getName()
public final int getObjectType()
public final int getPDT()
public final int getPID()
public final java.lang.String getPIDName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||