public class WaitingTimeProperty extends TimedProperty
INFProperty.Target| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
The name of the property.
|
| Constructor and Description |
|---|
WaitingTimeProperty(IInternalAccess comp,
IService service,
MethodInfo method)
Create a new property.
|
| Modifier and Type | Method and Description |
|---|---|
IFuture<Void> |
dispose()
Property was removed and should be disposed.
|
Long |
measureValue()
Measure the value.
|
void |
setValue(Long value)
Set the value.
|
getComponent, getValuecreateProperty, getMetaInfo, getName, getValue, readNFPropertiespublic static final String NAME
public WaitingTimeProperty(IInternalAccess comp, IService service, MethodInfo method)
public Long measureValue()
measureValue in class SimpleValueNFProperty<Long,TimeUnit>public void setValue(Long value)
setValue in class SimpleValueNFProperty<Long,TimeUnit>value - The value to set.public IFuture<Void> dispose()
dispose in interface INFProperty<Long,TimeUnit>dispose in class AbstractNFProperty<Long,TimeUnit>Copyright © 2015. All Rights Reserved.