public class NFPropertyRef<T,U> extends AbstractNFProperty<T,U>
INFProperty.Target| Modifier and Type | Field and Description | 
|---|---|
| protected IExternalAccess | compThe component of the ref. | 
| protected MethodInfo | methodThe method. | 
| protected IServiceIdentifier | sidThe service identifier. | 
metainfo| Constructor and Description | 
|---|
| NFPropertyRef(IExternalAccess comp,
             NFPropertyMetaInfo mi,
             IServiceIdentifier sid,
             MethodInfo method)Create a new property ref. | 
| Modifier and Type | Method and Description | 
|---|---|
| IFuture<T> | getValue(U unit)Returns the current value of the property, performs unit conversion if necessary. | 
createProperty, dispose, getMetaInfo, getName, getValue, readNFPropertiesprotected IExternalAccess comp
protected IServiceIdentifier sid
protected MethodInfo method
public NFPropertyRef(IExternalAccess comp, NFPropertyMetaInfo mi, IServiceIdentifier sid, MethodInfo method)