Modifier and Type | Field and Description |
---|---|
static TypeArg<PropertyKind> |
__TYPE_ARG |
TypeArg<T> |
__typeArg_0 |
Constructor and Description |
---|
PropertyKind(PropertyKind delegate) |
PropertyKind(PropertyKind delegate,
TypeArg<T> typeArg_0) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
PropertyKind |
getDelegate() |
int |
hashCode() |
static <T> PropertyKind<T> |
newInstance(PropertyKind arg) |
static <T> PropertyKind<T> |
newInstance(PropertyKind arg,
TypeArg<T> __typeArg_T) |
String |
toString() |
public static final TypeArg<PropertyKind> __TYPE_ARG
public PropertyKind(PropertyKind delegate)
public PropertyKind(PropertyKind delegate, TypeArg<T> typeArg_0)
public PropertyKind getDelegate()
public static <T> PropertyKind<T> newInstance(PropertyKind arg)
public static <T> PropertyKind<T> newInstance(PropertyKind arg, TypeArg<T> __typeArg_T)
Copyright © 2019 Eclipse. All rights reserved.