ValueType - The type of the entity value.public interface Entity<ValueType>
EntityType and a value.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns the String representation of the entity value.
|
EntityType<ValueType> |
type()
Returns the
EntityType of this value. |
ValueType |
value()
Returns the actual value of this entity.
|
EntityType<ValueType> type()
EntityType of this value.EntityType.ValueType value()
java.lang.String toString()
toString in class java.lang.Object