public class NFPropertyRef<T,U> extends AbstractNFProperty<T,U>
INFProperty.Target
Modifier and Type | Field and Description |
---|---|
protected IExternalAccess |
comp
The component of the ref.
|
protected MethodInfo |
method
The method.
|
protected IServiceIdentifier |
sid
The 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, readNFProperties
protected IExternalAccess comp
protected IServiceIdentifier sid
protected MethodInfo method
public NFPropertyRef(IExternalAccess comp, NFPropertyMetaInfo mi, IServiceIdentifier sid, MethodInfo method)