public interface PropertyKind<T>
execution result
.Modifier and Type | Method and Description |
---|---|
static <T> PropertyKind<T> |
create(String name,
Class<T> type) |
String |
name() |
Class<T> |
type() |
static <T> PropertyKind<T> create(String name, Class<T> type)
name
, the type
can be used to check
the property value type or cast it to the expected typeString name()
Copyright © 2021 Eclipse. All rights reserved.