public interface INFPropertyMetaInfo
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getName()
Gets the name of the property. 
 | 
INFProperty.Target | 
getTarget()
Get the target of the property. 
 | 
java.lang.Class<?> | 
getType()
Gets the type of the property. 
 | 
java.lang.Class<?> | 
getUnit()
Gets the unit of the property. 
 | 
long | 
getUpdateRate()
Gets the update rate of the property, if it exists, for dynamic properties. 
 | 
boolean | 
isDynamic()
Checks if the property is dynamic. 
 | 
boolean | 
isRealtime()
Checks if the property is real time. 
 | 
java.lang.String getName()
java.lang.Class<?> getType()
java.lang.Class<?> getUnit()
boolean isDynamic()
long getUpdateRate()
boolean isRealtime()
INFProperty.Target getTarget()