public class BoundPropertyReference<R,T> extends FeatureReference<R,T> implements IPropertyReference<R,T>
| Constructor and Description |
|---|
BoundPropertyReference(IType rootType,
Object ctx,
String property) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
protected Object |
evaluate(Iterator args) |
T |
get() |
Object |
getCtx() |
IFeatureInfo |
getFeatureInfo() |
protected List<IType> |
getFullArgTypes() |
IPropertyInfo |
getPropertyInfo() |
IType |
getRootType() |
int |
hashCode() |
void |
set(T val) |
hasReturnpublic T get()
public void set(T val)
public IType getRootType()
getRootType in interface IFeatureReference<R,T>public Object getCtx()
public IPropertyInfo getPropertyInfo()
getPropertyInfo in interface IPropertyReference<R,T>public IFeatureInfo getFeatureInfo()
getFeatureInfo in interface IFeatureReference<R,T>protected Object evaluate(Iterator args)
evaluate in class FeatureReference<R,T>protected List<IType> getFullArgTypes()
getFullArgTypes in class FeatureReference<R,T>Copyright © 2022. All rights reserved.