de.espirit.firstspirit.ui.gadgets.aspects
Interface ValueLikening<T>

Type Parameters:
T - The type of value.

public interface ValueLikening<T>

Aspect providing means to liken its value to another one.

Since:
4.2.405

Field Summary
static AspectType<ValueLikening<?>> TYPE
          The aspect's technical type to be used for requesting it from an Aspectable.
 
Method Summary
 boolean likenTo(T value)
          Likens to the given value.
 

Field Detail

TYPE

static final AspectType<ValueLikening<?>> TYPE
The aspect's technical type to be used for requesting it from an Aspectable.

Since:
4.2.405
Method Detail

likenTo

boolean likenTo(T value)
Likens to the given value.

Parameters:
value - The value to compare to.
Returns:
true, if the held value and the given one are alike.
Since:
4.2.405


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480