Package org.evrete.api
Interface TypeField
- All Superinterfaces:
Named
- All Known Implementing Classes:
ActiveField
public interface TypeField extends Named
A representation of a Type field. Implementations are expected
to implement equals() and hashCode() methods as well.
-
Method Summary
Modifier and Type Method Description TypegetDeclaringType()Class<?>getValueType()ObjectreadValue(Object subject)
-
Method Details
-
getDeclaringType
Type getDeclaringType() -
getValueType
Class<?> getValueType() -
readValue
-