Interface PropertyKind<T>
public interface PropertyKind<T>
The kind of the property, this can be used to fetch some specific property of the
execution result.-
Method Summary
-
Method Details
-
create
- Returns:
- a property kind matching the provided
name, thetypecan be used to check the property value type or cast it to the expected type
-
name
String name()- Returns:
- the property name
-
type
-